infinito/application/src/Entity/Source/Complex/Collection/TreeCollectionSourceInterface.php
2018-11-22 20:50:05 +01:00

11 lines
165 B
PHP

<?php
namespace App\Entity\Source\Complex\Collection;
/**
* @author kevinfrantz
*/
interface TreeCollectionSourceInterface extends CollectionSourceInterface
{
}