mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Optimized folder draft
This commit is contained in:
14
application/src/Entity/LawInterface.php
Normal file
14
application/src/Entity/LawInterface.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Interfaces;
|
||||
|
||||
use App\Entity\Attribut\Interfaces\RightsAttributInterface;
|
||||
use App\Entity\Method\Interfaces\NodeGrantedInterface;
|
||||
use App\Entity\Attribut\Interfaces\NodeAttributInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface LawInterface extends RightsAttributInterface, NodeGrantedInterface, NodeAttributInterface
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user