Implemented PureSource

This commit is contained in:
Kevin Frantz
2019-01-04 21:28:21 +01:00
parent e335544808
commit 74c404a9ce
6 changed files with 118 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Entity\Source;
/**
* @author kevinfrantz
*/
interface PureSourceInterface extends SourceInterface
{
}