feat(core) : add rbac role and permission entities with user relations
This commit is contained in:
@@ -26,4 +26,7 @@ interface UserInterface
|
||||
public function getAvatarUrl(): ?string;
|
||||
|
||||
public function getIsEmployee(): bool;
|
||||
|
||||
/** @return list<string> */
|
||||
public function getEffectivePermissions(): array;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user