diff --git a/common/config/main.php b/common/config/main.php index e457e1d..956b62f 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -70,7 +70,7 @@ 'class' => SeoComponent::className(), ], 'imagemanager' => [ - 'class' => 'artbox\core\components\ImageManagerGetPath', + 'class' => 'artbox\core\components\imagemanager\components\ImageManagerGetPath', 'mediaPath' => dirname(dirname(__DIR__)) . '/storage', 'cachePath' => '../../storage/cache', 'useFilename' => true, -- libgit2 0.21.4