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