\Guru\Offer\Policies\OfferPolicy::class, // Bind Category policy \Guru\Offer\Models\Category::class => \Guru\Offer\Policies\CategoryPolicy::class, ]; /** * Register any package authentication / authorization services. * * @param \Illuminate\Contracts\Auth\Access\Gate $gate * * @return void */ public function boot(GateContract $gate) { parent::registerPolicies($gate); } }