Autarky\Routing\ControllerTrait::getOldInput PHP Method

getOldInput() protected method

Get old input flashed to the session.
protected getOldInput ( ) : array
return array
    protected function getOldInput()
    {
        return $this->getSession()->getFlashBag()->peek('_old_input', []);
    }