12 lines
207 B
PHP
12 lines
207 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'title' => 'Under Maintenance',
|
|
|
|
'message' => 'Sorry, we\'re down for maintenance. Please, try again later!',
|
|
|
|
'last-updated' => 'This message was last updated :timestamp.',
|
|
|
|
];
|