Commit b75230a6a680c20c34d7b0df97803591cc256db2
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
common/config/main.php
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor', |
9 | 9 | 'modules' => [ |
10 | 10 | 'imagemanager' => [ |
11 | - 'class' => 'noam148\imagemanager\Module', | |
11 | + 'class' => 'artbox\core\components\imagemanager\Module', | |
12 | 12 | 'canUploadImage' => true, |
13 | 13 | 'canRemoveImage' => function () { |
14 | 14 | return true; |
... | ... | @@ -79,7 +79,7 @@ |
79 | 79 | 'class' => FilterHelper::className(), |
80 | 80 | ], |
81 | 81 | 'imagemanager' => [ |
82 | - 'class' => 'noam148\imagemanager\components\ImageManagerGetPath', | |
82 | + 'class' => 'artbox\core\components\imagemanager\components\ImageManagerGetPath', | |
83 | 83 | 'mediaPath' => dirname(dirname(__DIR__)) . '/storage', |
84 | 84 | 'cachePath' => '../../storage/cache', |
85 | 85 | 'useFilename' => true, | ... | ... |