mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-05 11:47:56 +00:00
Changed combination to complex
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Source\Complex;
|
||||
|
||||
use App\Entity\Source\Primitive\DataSourceInterface;
|
||||
|
||||
interface CombinationSourceInterface extends DataSourceInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user