mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized law draft
This commit is contained in:
@@ -3,13 +3,14 @@ namespace App\Entity;
|
||||
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use App\Entity\Attribut\TypeAttributInterface;
|
||||
use App\Entity\Attribut\LawAttributInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
interface RightInterface extends TypeAttributInterface
|
||||
interface RightInterface extends TypeAttributInterface, LawAttributInterface
|
||||
{
|
||||
|
||||
public function isGranted(NodeInterface $node): bool;
|
||||
|
Reference in New Issue
Block a user