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

hasOldInput() public method

public hasOldInput ( )
    public function hasOldInput()
    {
        return $this->session->get('_old_input') ? true : false;
    }