Framework\Providers\AuthServiceProvider::boot PHP Method

boot() public method

Register any authentication / authorization services.
public boot ( ) : void
return void
    public function boot()
    {
        $this->registerPolicies();
        //
    }
AuthServiceProvider