芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/app/Providers/AuthServiceProvider.php
*/ protected $policies = [ // 'App\Models\Model' => 'App\Policies\ModelPolicy', ]; /** * Register any authentication / authorization services. * * @return void */ public function boot() { // $this->registerPolicies(); // if (! $this->app->routesAreCached()) { // Passport::routes(); // } // $this->registerPolicies(); // Passport::routes(); // Passport::tokensCan([ // 'api' => 'User Type', // 'merchant' => 'Merchant User Type', // 'agent' => 'Agent User Type', // ]); } }