Example #1
0
 /**
  * Generate a hidden field with the current CSRF token.
  *
  * @return string 
  * @static 
  */
 public static function token()
 {
     //Method inherited from \Illuminate\Html\FormBuilder
     return \Bootstrapper\Form::token();
 }