Commit fc6e429ed2845fc1a2bb0aec4b9fa64211a7f823

Authored by Alexey Boroda
2 parents e09cb6c2 f4178a61

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 48 ],
49 49 'imagemanager' => [
50 50 'class' => 'artbox\core\components\imagemanager\components\ImageManagerGetPath',
  51 +
51 52 'mediaPath' => dirname(dirname(__DIR__)) . '/storage',
52 53 'cachePath' => '../../storage/cache',
53 54 'useFilename' => true,
... ...