*/ protected $policies = [ Organization::class => OrganizationPolicy::class, ]; /** * Register any authentication / authorization services. */ public function boot(): void { // } }