Example #1
0
 /**
  * Determine if the old input is empty.
  *
  * @return bool 
  * @static 
  */
 public static function oldInputIsEmpty()
 {
     //Method inherited from \Illuminate\Html\FormBuilder
     return \Bootstrapper\Form::oldInputIsEmpty();
 }