mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-12-27 11:36:41 +00:00
Moved collections to complex
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Source\Complex\Collection;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface TreeCollectionSourceInterface extends CollectionSourceInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user