AdamWathan\Form\OldInput\IlluminateOldInputProvider::getOldInput PHP Method

getOldInput() public method

public getOldInput ( $key )
    public function getOldInput($key)
    {
        return $this->session->getOldInput($this->transformKey($key));
    }