From ff4c7d51dd778b861cde72777d2cd23efe7bde37 Mon Sep 17 00:00:00 2001 From: Sasha Rybkin Date: Mon, 25 Nov 2024 13:04:55 +0300 Subject: [PATCH] =?UTF-8?q?#105531=20=D0=9C=D0=BE=D0=B4=D0=B5=D1=80=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F.=20=D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20=D0=BF=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B5?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8=D1=82=D1=8C=20?= =?UTF-8?q?=D1=84=D0=BE=D1=82=D0=BE=20=D1=82=D0=BE=D0=B2=D0=B0=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- File.php | 2 +- composer.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/File.php b/File.php index 40b539e..daa5d55 100644 --- a/File.php +++ b/File.php @@ -6,7 +6,7 @@ use Yii; use yii\web\UploadedFile; use Imagine\Image\Box; use Imagine\Image\ImageInterface; -use \yii\imagine\Image; +use yii\imagine\Image; /** * This is the model class for table "file". diff --git a/composer.json b/composer.json index a890f91..5dfd810 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,8 @@ } ], "require": { - "yiisoft/yii2": "~2.0.0" + "yiisoft/yii2": "~2.0.0", + "yiisoft/yii2-imagine": "~2.2.0" }, "autoload": { "psr-4": {