mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Added AbstractEntityController
This commit is contained in:
@@ -3,11 +3,12 @@ namespace App\Entity\Source;
|
||||
|
||||
use App\Entity\Attribut\NodeAttributInterface;
|
||||
use App\Entity\Attribut\IdAttributInterface;
|
||||
use App\Entity\EntityInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface SourceInterface extends IdAttributInterface, NodeAttributInterface
|
||||
interface SourceInterface extends IdAttributInterface, NodeAttributInterface, EntityInterface
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user