I want to update a field of the logged-in user.
In my controller, this works:
Auth::user()->the_field = $theField; Auth::user()->save(); <
Auth::user()->the_field = $theField; Auth::user()->save();