Merge pull request #1934 from odannyc/patch-1

Misspelled 'email'
This commit is contained in:
Graham Campbell
2016-07-02 10:59:51 +01:00
committed by GitHub

View File

@@ -47,7 +47,7 @@ class SignupController extends Controller
return View::make('signup')
->withCode($invite->code)
->withUsername(Binput::old('username'))
->withEmail(Binput::old('emai', $invite->email));
->withEmail(Binput::old('email', $invite->email));
}
/**