E-Invoice - Updated maintenance message

This commit is contained in:
Dillon Ngo
2025-06-27 12:45:20 +08:00
parent 82c041316a
commit 8dfdd491b3
+1 -1
View File
@@ -2,5 +2,5 @@
return [
'title' => env('MAINTENANCE_MESSAGE_TITLE', "We'll be back soon!"),
'message' => env('MAINTENANCE_MESSAGE', "Sorry for the inconvenience but we're performing some maintenance at the moment. We'll be back online shortly!"),
'message' => env('MAINTENANCE_MESSAGE', "Sorry for the inconvenience but we're performing some maintenance at the moment."),
];