Commit a94e4e890ecbef9528c44c3d21577dfa5e3f7a57
1 parent
4b9d2d91
-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' => 'artbox\core\components\ImageManagerGetPath', | |
73 | + 'class' => 'artbox\core\components\imagemanager\components\ImageManagerGetPath', | |
74 | 74 | 'mediaPath' => dirname(dirname(__DIR__)) . '/storage', |
75 | 75 | 'cachePath' => '../../storage/cache', |
76 | 76 | 'useFilename' => true, | ... | ... |