diff --git a/common/config/main.php b/common/config/main.php index 0f86266..ab25bc5 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -7,7 +7,7 @@ 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor', 'modules' => [ 'imagemanager' => [ - 'class' => 'noam148\imagemanager\Module', + 'class' => 'artbox\core\components\imagemanager\Module', 'canUploadImage' => true, 'canRemoveImage' => function () { return true; @@ -74,7 +74,7 @@ 'class' => FilterHelper::className(), ], 'imagemanager' => [ - 'class' => 'noam148\imagemanager\components\ImageManagerGetPath', + 'class' => 'artbox\core\components\imagemanager\components\ImageManagerGetPath', 'mediaPath' => dirname(dirname(__DIR__)) . '/storage', 'cachePath' => '../../storage/cache', 'useFilename' => true, -- libgit2 0.21.4