Files
shlink/config/autoload/preview-generation.global.php

12 lines
144 B
PHP
Raw Normal View History

<?php
2017-10-12 10:13:20 +02:00
declare(strict_types=1);
2019-08-09 18:12:33 +02:00
/** @deprecated */
return [
'preview_generation' => [
'files_location' => 'data/cache',
],
];