mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-03-14 19:05:18 +01:00
9 lines
151 B
PHP
9 lines
151 B
PHP
|
<?php
|
||
|
namespace App\Entity\Source\Collection;
|
||
|
|
||
|
use App\Entity\Source\SourceInterface;
|
||
|
|
||
|
interface CollectionSourceInterface extends SourceInterface
|
||
|
{}
|
||
|
|