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