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