Commit 8e418b2293d2b64575110c24880b0d93f1ec3467
1 parent
7c514320
-Image manager started
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
common/config/main.php
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor', |
8 | 8 | 'modules' => [ |
9 | 9 | 'imagemanager' => [ |
10 | - 'class' => 'noam148\imagemanager\Module', | |
10 | + 'class' => 'artbox\core\components\imagemanager\Module', | |
11 | 11 | 'canUploadImage' => true, |
12 | 12 | 'canRemoveImage' => function () { |
13 | 13 | return true; |
... | ... | @@ -74,7 +74,7 @@ |
74 | 74 | 'class' => FilterHelper::className(), |
75 | 75 | ], |
76 | 76 | 'imagemanager' => [ |
77 | - 'class' => 'noam148\imagemanager\components\ImageManagerGetPath', | |
77 | + 'class' => 'artbox\core\components\imagemanager\components\ImageManagerGetPath', | |
78 | 78 | 'mediaPath' => dirname(dirname(__DIR__)) . '/storage', |
79 | 79 | 'cachePath' => '../../storage/cache', |
80 | 80 | 'useFilename' => true, | ... | ... |