*/ protected $policies = [ // ]; /** * Register any authentication / authorization services. */ public function boot(): void { $this->registerPolicies(); } }