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