mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-08 13:18:00 +00:00
Implemented new law draft
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
namespace App\Entity;
|
||||
|
||||
use App\Entity\Attribut\RightsAttributInterface;
|
||||
use App\Entity\Method\NodeGrantedInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface LawInterface extends RightsAttributInterface
|
||||
interface LawInterface extends RightsAttributInterface, NodeGrantedInterface
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user