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