mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized for SPA
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\RightManagement;
|
||||
|
||||
use App\Entity\Source\SourceInterface;
|
||||
|
||||
interface RightCheckerInterface
|
||||
{
|
||||
public function isGranted(string $layer, string $type, SourceInterface $source): bool;
|
||||
}
|
Reference in New Issue
Block a user