shlink/config/autoload/preview-generation.global.php
2019-10-05 17:26:10 +02:00

12 lines
144 B
PHP

<?php
declare(strict_types=1);
/* @deprecated */
return [
'preview_generation' => [
'files_location' => 'data/cache',
],
];