2019-12-25 14:24:22 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2020-06-04 14:09:57 +03:00
|
|
|
'title' => 'Under Maintenance',
|
2019-12-25 14:24:22 +03:00
|
|
|
|
2020-06-04 14:09:57 +03:00
|
|
|
'message' => 'Sorry, we\'re down for maintenance. Please, try again later!',
|
2019-12-25 14:24:22 +03:00
|
|
|
|
2020-06-04 14:09:57 +03:00
|
|
|
'last-updated' => 'This message was last updated :timestamp.',
|
2019-12-25 14:24:22 +03:00
|
|
|
|
2020-06-04 14:09:57 +03:00
|
|
|
];
|