[ 'label' => 'Access People Manager', 'description' => 'View and access the people manager module', 'group' => 'People Management' ], ]; } public function registerBI(): array { return [ 'handle' => $this->handle(), 'namespace' => 'PeopleManager', 'version' => $this->version(), 'label' => $this->label(), 'author' => $this->author(), 'description' => $this->description(), 'boot' => 'static/module.mjs', ]; } }