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