mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 10:16:22 +02:00
13 lines
188 B
PHP
13 lines
188 B
PHP
<?php
|
|
namespace App\Structur\Facade\Security\Source;
|
|
|
|
use App\Entity\Source\SourceInterface;
|
|
|
|
/**
|
|
*
|
|
* @author kevinfrantz
|
|
*/
|
|
interface SourceFacadeInterface extends SourceInterface
|
|
{
|
|
}
|