infinito/application/src/Entity/Source/Collection/CollectionSourceInterface.php

9 lines
151 B
PHP
Raw Normal View History

2018-11-01 19:59:36 +01:00
<?php
namespace App\Entity\Source\Collection;
use App\Entity\Source\SourceInterface;
interface CollectionSourceInterface extends SourceInterface
{}