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