Fix: Profile visibility, Wallet login alias, and Notification Page crash

This commit is contained in:
Hamza-Ayed
2026-04-24 00:36:08 +03:00
parent e78bfc6b5c
commit 69993ff775
7 changed files with 20 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ class NotificationController extends Controller
->get();
}
return response()->json(['status' => 'success', 'data' => $notifications]);
return response()->json(['status' => 'success', 'data' => $notifications, 'message' => $notifications]);
}
/** PUT /v2/notifications/{id}/read */