loan remaining added
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class AlertController extends Controller
|
||||
{
|
||||
/**
|
||||
@@ -16,7 +14,7 @@ class AlertController extends Controller
|
||||
$alerts = $alerstQuery->get();
|
||||
|
||||
$alerstQuery->update([
|
||||
'seen_at' => now()
|
||||
'seen_at' => now(),
|
||||
]);
|
||||
|
||||
return response()->json($this->format($alerts));
|
||||
|
||||
Reference in New Issue
Block a user