[ 'label' => 'Access Profile & Settings', 'description' => 'View and access the user profile and settings module', 'group' => 'User Profile' ], ]; } public function registerBI(): array { return [ 'handle' => $this->handle(), 'namespace' => 'UserProfile', 'version' => $this->version(), 'label' => $this->label(), 'author' => $this->author(), 'description' => $this->description(), 'boot' => 'static/module.mjs', ]; } }