\Beo\Career\Policies\JobPolicy::class,// Bind Profile policy \Beo\Career\Repositories\Eloquent\ProfileRepository::class => \Beo\Career\Policies\ProfilePolicy::class, ]; /** * Register any package authentication / authorization services. * * @param \Illuminate\Contracts\Auth\Access\Gate $gate * * @return void */ public function boot(GateContract $gate) { parent::registerPolicies($gate); } }