10 lines
139 B
PHP
10 lines
139 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'title' => 'Under Maintenance',
|
|
|
|
'message' => 'Sorry, we\'re down for maintenance. Please, try again later!',
|
|
|
|
];
|