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