<?phpnamespaceApp\Providers;// use Illuminate\Support\Facades\Gate;useIlluminate\Foundation\Support\Providers\AuthServiceProviderasServiceProvider;classAuthServiceProviderextendsServiceProvider{/** * The model to policy mappings for the application. * * @var array<class-string, class-string> */protected$policies=[//];/** * Register any authentication / authorization services. */publicfunctionboot():void{//}}