mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
10 lines
74 B
Plaintext
10 lines
74 B
Plaintext
<?php
|
|
|
|
return [
|
|
|
|
'twig' => [
|
|
'cache_dir' => false,
|
|
],
|
|
|
|
];
|