mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 09:26:24 -06:00
13 lines
159 B
Plaintext
13 lines
159 B
Plaintext
<?php
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
|
|
'dependencies' => [
|
|
'lazy_services' => [
|
|
'write_proxy_files' => false,
|
|
],
|
|
],
|
|
|
|
];
|