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' ] ); }