'App\Policies\ModelPolicy', ]; /** * Register any authentication / authorization services. * These gates will always choose the highest roles * We use gates in some of the graphics, but will work to utilize if statements instead shortly * * @return void */ public function boot(GateContract $gate) { // } }