Ejemplo n.º 1
0
 /**
  * With Input - Saves old input to the session.
  *
  * @return object
  * @author Dan Cox
  */
 public function withInput()
 {
     Input::save();
     return $this;
 }