infinito/application/src/Entity/Source/Collection/CollectionSourceInterface.php
2018-11-01 19:59:36 +01:00

9 lines
151 B
PHP

<?php
namespace App\Entity\Source\Collection;
use App\Entity\Source\SourceInterface;
interface CollectionSourceInterface extends SourceInterface
{}