shlink/config/autoload/swoole.local.php.dist

14 lines
151 B
Text
Raw Normal View History

<?php
declare(strict_types=1);
return [
2020-01-12 12:32:03 +03:00
'mezzio-swoole' => [
'hot-code-reload' => [
'enable' => true,
],
],
];