This commit is contained in:
Malibu
2015-03-03 15:41:28 +01:00
parent fe111c9661
commit 198ca6f5dc
2 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ class ReferentController extends Controller {
$user->firstname = Input::get('firstname');
$user->email = Input::get('email');
$user->city = Input::get('city');
$user->school = Input::get('school');
$user->lastname = Input::get('lastname');
$user->save();