mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-06 04:07:57 +00:00
Optimized for SPA
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Attribut;
|
||||
|
||||
use App\Entity\Meta\RightInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface RightAttributInterface
|
||||
{
|
||||
public function setRight(RightInterface $right): void;
|
||||
|
||||
public function getRight(): RightInterface;
|
||||
}
|
||||
Reference in New Issue
Block a user