learning-center/app/SharedKernel/File/config.php

6 lines
75 B
PHP
Raw Normal View History

2024-09-08 13:48:26 +03:00
<?php
return [
'files_dir' => __DIR__ . '/../../../storage/files',
];