mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-18 08:06:03 +02:00
Optimized law draft
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
namespace Entity\Attribut;
|
||||
|
||||
use App\Entity\RightInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
@@ -8,8 +10,8 @@ namespace Entity\Attribut;
|
||||
*/
|
||||
interface RightAttributInterface
|
||||
{
|
||||
public function setRight(string $right):void;
|
||||
public function setRight(RightInterface $right):void;
|
||||
|
||||
public function getRight():string;
|
||||
public function getRight():RightInterface;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user