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