wip
This commit is contained in:
@@ -13,9 +13,9 @@ class AlertController extends Controller
|
||||
|
||||
$alerts = $alerstQuery->get();
|
||||
|
||||
// $alerstQuery->update([
|
||||
// 'seen_at' => now(),
|
||||
// ]);
|
||||
$alerstQuery->update([
|
||||
'seen_at' => now(),
|
||||
]);
|
||||
|
||||
return response()->json($this->format($alerts));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user