diff --git a/app/Http/Controllers/NotificationsController.php b/app/Http/Controllers/NotificationsController.php index 9dd9146..7af6c84 100644 --- a/app/Http/Controllers/NotificationsController.php +++ b/app/Http/Controllers/NotificationsController.php @@ -40,7 +40,7 @@ class NotificationsController extends Controller } public function readNotifications(Request $request): JsonResponse { - try { + try { $user = $request->user(); $notificationIds = $user->notifications()->pluck('notification_id');