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