\Chemical\Seller\Policies\PlacePolicy::class, // Bind Distributor policy 'Chemical\Seller\Models\Distributor' => \Chemical\Seller\Policies\DistributorPolicy::class, ]; /** * Register any package authentication / authorization services. * * @param \Illuminate\Contracts\Auth\Access\Gate $gate * * @return void */ public function boot(GateContract $gate) { parent::registerPolicies($gate); } }