5 lines
55 B
PHP
5 lines
55 B
PHP
|
<?php
|
||
|
return [
|
||
|
'timezone' => 'America/Santiago'
|
||
|
];
|
||
|
?>
|