6 lines
75 B
PHP
6 lines
75 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'files_dir' => __DIR__ . '/../../../storage/files',
|
||
|
];
|