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