feat(core) : add rbac role and permission entities with user relations
This commit is contained in:
@@ -115,6 +115,11 @@ final class TimestampableBlamableSubscriberTest extends TestCase
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getEffectivePermissions(): array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user