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