Skeleton is ready
This commit is contained in:
10
app/Kernel/Object/HasPermissions.php
Normal file
10
app/Kernel/Object/HasPermissions.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Kernel\Object;
|
||||
|
||||
interface HasPermissions
|
||||
{
|
||||
public function permissions(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user