Refactored Collection Sources

This commit is contained in:
Kevin Frantz
2018-11-01 19:59:36 +01:00
parent 7cb6238f92
commit 5f18245b73
15 changed files with 148 additions and 63 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace App\Entity\Source\Collection;
use App\Entity\Source\SourceInterface;
interface CollectionSourceInterface extends SourceInterface
{}