Example #1
0
 /**
  * Get a value from the session's old input.
  *
  * @param string $name
  * @return string 
  * @static 
  */
 public static function old($name)
 {
     //Method inherited from \Illuminate\Html\FormBuilder
     return \Bootstrapper\Form::old($name);
 }