Misspelled 'email'

This commit is contained in:
Danny Carrillo
2016-07-01 13:55:28 -07:00
committed by GitHub
parent f8491ceead
commit 9560b2a0dc

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));
}
/**