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