mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 12:33:56 +00:00
7 lines
220 B
PHP
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."),
|
|
];
|