BaseLoop different logger
This commit is contained in:
8
cli/setup/settings/other.php
Normal file
8
cli/setup/settings/other.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
use Psr\Container\ContainerInterface;
|
||||
|
||||
return [
|
||||
DateTimeZone::class => function (ContainerInterface $container) {
|
||||
return new DateTimeZone($container->get('TZ') ?? 'America/Santiago');
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user