Files
exchange-2.0/config/maintenance.php
T
2025-06-27 12:45:20 +08:00

7 lines
220 B
PHP

<?php
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."),
];