From da590e7fc0de4297e6e9a7fcbfedb3cb72305916 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Sat, 25 Apr 2026 14:53:01 +0300 Subject: [PATCH] Applied manual JWT check and restored all driver fields682 --- app/Http/Controllers/NotificationController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Http/Controllers/NotificationController.php b/app/Http/Controllers/NotificationController.php index d4a7614..66283d1 100644 --- a/app/Http/Controllers/NotificationController.php +++ b/app/Http/Controllers/NotificationController.php @@ -115,7 +115,6 @@ class NotificationController extends Controller [ 'token' => $request->input('token'), 'fingerPrint' => $request->input('fingerPrint'), - 'status' => 'active' ] ); } else { @@ -125,7 +124,6 @@ class NotificationController extends Controller [ 'token' => $request->input('token'), 'fingerPrint' => $request->input('fingerPrint'), - 'status' => 'active' ] ); }