Commit fc6e429ed2845fc1a2bb0aec4b9fa64211a7f823
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
common/config/main.php
| @@ -48,6 +48,7 @@ | @@ -48,6 +48,7 @@ | ||
| 48 | ], | 48 | ], |
| 49 | 'imagemanager' => [ | 49 | 'imagemanager' => [ |
| 50 | 'class' => 'artbox\core\components\imagemanager\components\ImageManagerGetPath', | 50 | 'class' => 'artbox\core\components\imagemanager\components\ImageManagerGetPath', |
| 51 | + | ||
| 51 | 'mediaPath' => dirname(dirname(__DIR__)) . '/storage', | 52 | 'mediaPath' => dirname(dirname(__DIR__)) . '/storage', |
| 52 | 'cachePath' => '../../storage/cache', | 53 | 'cachePath' => '../../storage/cache', |
| 53 | 'useFilename' => true, | 54 | 'useFilename' => true, |