infinito/application/symfony/src/Entity/Source/PureSourceInterface.php
2019-02-17 14:33:19 +01:00

11 lines
131 B
PHP

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