mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 10:16:22 +02:00
11 lines
165 B
PHP
11 lines
165 B
PHP
<?php
|
|
|
|
namespace App\Entity\Source\Complex\Collection;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
interface TreeCollectionSourceInterface extends CollectionSourceInterface
|
|
{
|
|
}
|