mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
14 lines
241 B
PHP
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
|
|
{
|
|
}
|