From 8e418b2293d2b64575110c24880b0d93f1ec3467 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 14 Jun 2017 18:58:16 +0300 Subject: [PATCH] -Image manager started --- common/config/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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