infinito/application/src/Entity/Source/PureSourceInterface.php
2019-01-04 21:28:21 +01:00

11 lines
126 B
PHP

<?php
namespace App\Entity\Source;
/**
* @author kevinfrantz
*/
interface PureSourceInterface extends SourceInterface
{
}