[ * 'label' => 'View Users', * 'description' => 'View user list and details', * 'group' => 'User Management' * ], * 'user_manager.users.*' => [ * 'label' => 'Full User Management', * 'description' => 'All user management permissions', * 'group' => 'User Management' * ] * ]; */ public function permissions(): array { return []; } }