AdamWathan\Form\OldInput\IlluminateOldInputProvider::hasOldInput PHP Метод

hasOldInput() публичный Метод

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