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