mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-03 12:46:59 -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,
|
||
|
],
|
||
|
],
|
||
|
|
||
|
];
|