[ 'label' => 'Access Firewall Manager', 'description' => 'Access the firewall administration interface', 'group' => 'Firewall Management', ], ]; } public function registerBI(): array { return [ 'handle' => $this->handle(), 'namespace' => 'FirewallManager', 'version' => $this->version(), 'label' => $this->label(), 'author' => $this->author(), 'description' => $this->description(), 'boot' => 'static/module.mjs', ]; } }