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