diff --git a/app/Http/Controllers/InfoUserController.php b/app/Http/Controllers/InfoUserController.php index d5a068064..e8b05e1a9 100644 --- a/app/Http/Controllers/InfoUserController.php +++ b/app/Http/Controllers/InfoUserController.php @@ -45,7 +45,7 @@ public function store(Request $request) User::where('id',Auth::user()->id) ->update([ 'name' => $attributes['name'], - 'email' => $attribute['email'], + 'email' => $attributes['email'], 'phone' => $attributes['phone'], 'location' => $attributes['location'], 'about_me' => $attributes["about_me"],