infinito/application/symfony/src/Domain/SourceManagement/SourceMetaInformationInterface.php

13 lines
227 B
PHP
Raw Normal View History

<?php
namespace App\Domain\SourceManagement;
use App\Domain\EntityManagement\EntityMetaInformationInterface;
/**
* @author kevinfrantz
*/
interface SourceMetaInformationInterface extends EntityMetaInformationInterface
{
}