shlink/config/autoload/preview-generation.global.php
2019-08-09 18:12:33 +02:00

11 lines
144 B
PHP

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