Split filter drawer contracts
This commit is contained in:
@@ -20,4 +20,7 @@ interface PermissionRepositoryInterface
|
||||
public function update(int $id, array $data): bool;
|
||||
|
||||
public function delete(int $id): bool;
|
||||
|
||||
/** @return list<array{id: int, key: string, description: string, active: int, is_system: int}> */
|
||||
public function listSystem(): array;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user