Beispiel #1
0
 /**
  * Display the default signup view
  *
  * @return \Illuminate\View\View 
  * @static 
  */
 public static function makeSignupForm()
 {
     return \Zizaco\Confide\Confide::makeSignupForm();
 }