Esempio n. 1
0
 /**
  * 
  *
  * @static 
  */
 public static function check($name, $label)
 {
     return \App\Services\Html\FormBuilder::check($name, $label);
 }