infinito/application/src/Entity/Source/Complex/CombinationSourceInterface.php
2018-11-21 17:55:48 +01:00

10 lines
168 B
PHP

<?php
namespace App\Entity\Source\Complex;
use App\Entity\Source\Primitive\DataSourceInterface;
interface CombinationSourceInterface extends DataSourceInterface
{
}