Commit 4b9d2d917786a69f19666d60b065ca30691cc8d8

Authored by Alexey Boroda
1 parent 32a2b745

-Image manager fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/config/main.php
... ... @@ -70,7 +70,7 @@
70 70 'class' => SeoComponent::className(),
71 71 ],
72 72 'imagemanager' => [
73   - 'class' => 'noam148\imagemanager\components\ImageManagerGetPath',
  73 + 'class' => 'artbox\core\components\ImageManagerGetPath',
74 74 'mediaPath' => dirname(dirname(__DIR__)) . '/storage',
75 75 'cachePath' => '../../storage/cache',
76 76 'useFilename' => true,
... ...