modification ville en ecole 2.0
This commit is contained in:
parent
c8a967dece
commit
d26773dfd9
@ -72,7 +72,7 @@ class AdminController extends Controller {
|
||||
|
||||
$user->firstname = Input::get('firstname');
|
||||
$user->email = Input::get('email');
|
||||
$user->city = Input::get('city');
|
||||
$user->school = Input::get('city');
|
||||
$user->lastname = Input::get('lastname');
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user