Files
infinito/application/symfony/src/Entity/Source/Complex/Collection/TreeCollectionSource.php
2019-01-05 23:52:37 +01:00

14 lines
241 B
PHP

<?php
namespace App\Entity\Source\Complex\Collection;
use Doctrine\ORM\Mapping as ORM;
/**
* @author kevinfrantz
* @ORM\Entity
*/
class TreeCollectionSource extends AbstractCollectionSource implements TreeCollectionSourceInterface
{
}