Learner\Providers\AuthServiceProvider::boot PHP Method

boot() public method

Register any application authentication / authorization services.
public boot ( Illuminate\Contracts\Auth\Access\Gate $gate ) : void
$gate Illuminate\Contracts\Auth\Access\Gate
return void
    public function boot(GateContract $gate)
    {
        $this->registerPolicies($gate);
        //
    }
AuthServiceProvider