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