\Litecms\Service\Policies\CategoryPolicy::class, // Bind Service policy 'Litecms\Service\Models\Service' => \Litecms\Service\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); } }