infinito/application/src/Structur/Facade/Security/Source/SourceFacadeInterface.php
2018-10-03 15:50:46 +02:00

13 lines
188 B
PHP

<?php
namespace App\Structur\Facade\Security\Source;
use App\Entity\Source\SourceInterface;
/**
*
* @author kevinfrantz
*/
interface SourceFacadeInterface extends SourceInterface
{
}