mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-06 12:17:58 +00:00
Refactored Collection Sources
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace App\Entity\Source\Collection;
|
||||
|
||||
use App\Entity\Source\SourceInterface;
|
||||
|
||||
interface CollectionSourceInterface extends SourceInterface
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user