infinito/application/src/Entity/Source/Combination/CombinationSourceInterface.php

10 lines
172 B
PHP
Raw Normal View History

2018-11-10 17:25:48 +01:00
<?php
2018-11-10 17:25:48 +01:00
namespace App\Entity\Source\Combination;
2018-11-21 17:16:32 +01:00
use App\Entity\Source\Primitive\DataSourceInterface;
2018-11-10 17:25:48 +01:00
interface CombinationSourceInterface extends DataSourceInterface
{
}