Commit a94e4e890ecbef9528c44c3d21577dfa5e3f7a57

Authored by Alexey Boroda
1 parent 4b9d2d91

-Image manager fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/config/main.php
@@ -70,7 +70,7 @@ @@ -70,7 +70,7 @@
70 'class' => SeoComponent::className(), 70 'class' => SeoComponent::className(),
71 ], 71 ],
72 'imagemanager' => [ 72 'imagemanager' => [
73 - 'class' => 'artbox\core\components\ImageManagerGetPath', 73 + 'class' => 'artbox\core\components\imagemanager\components\ImageManagerGetPath',
74 'mediaPath' => dirname(dirname(__DIR__)) . '/storage', 74 'mediaPath' => dirname(dirname(__DIR__)) . '/storage',
75 'cachePath' => '../../storage/cache', 75 'cachePath' => '../../storage/cache',
76 'useFilename' => true, 76 'useFilename' => true,