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