infinito/application/src/Entity/Source/Data/DataSourceInterface.php

10 lines
140 B
PHP
Raw Normal View History

2018-11-04 11:53:36 +01:00
<?php
namespace App\Entity\Source\Data;
use App\Entity\Source\SourceInterface;
interface DataSourceInterface extends SourceInterface
{
}