ATUALIZAR ATUALIZAÇÃO ATUALIZA
//instead of
$user->updated_at = DB::raw('NOW()');
$user->save();
// simply this:
$user->touch();
Cooperative Crab
//instead of
$user->updated_at = DB::raw('NOW()');
$user->save();
// simply this:
$user->touch();