2016-08-18 05:21:26 -05:00
|
|
|
<?php
|
2019-10-05 10:26:10 -05:00
|
|
|
|
2017-10-12 03:13:20 -05:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
2019-10-05 10:26:10 -05:00
|
|
|
/* @deprecated */
|
2016-08-18 05:21:26 -05:00
|
|
|
return [
|
|
|
|
|
|
|
|
'preview_generation' => [
|
|
|
|
'files_location' => 'data/cache',
|
|
|
|
],
|
|
|
|
|
|
|
|
];
|