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

14 lines
151 B
Plaintext

<?php
declare(strict_types=1);
return [
'mezzio-swoole' => [
'hot-code-reload' => [
'enable' => true,
],
],
];