App\Http\Controllers\SelfUpdateController::update PHP Method

update() public method

Run the actual update
public update ( ) : Illuminate\Http\RedirectResponse
return Illuminate\Http\RedirectResponse
    public function update()
    {
        $this->updater->source()->update();
        return Redirect::to('/');
    }