From 4117524e557afdabd3e575b17d4bb6d0df2ca603 Mon Sep 17 00:00:00 2001 From: fomichev Date: Wed, 12 Feb 2025 16:36:30 +0300 Subject: [PATCH] =?utf8?q?=D0=A7=D0=B8=D1=81=D1=82=D0=BA=D0=B0=20=D0=BA?= =?utf8?q?=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/composer.json | 3 +-- erp24/controllers/FilesController.php | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/erp24/composer.json b/erp24/composer.json index 31b7b4c2..2db85eab 100644 --- a/erp24/composer.json +++ b/erp24/composer.json @@ -38,8 +38,7 @@ "enqueue/amqp-lib": "^0.10.19", "vlucas/phpdotenv": "^5.6", "softark/yii2-dual-listbox": "^1.0", - "kartik-v/yii2-widget-depdrop": "dev-master", - "sangroya/yii2-ckeditor5": "*" + "kartik-v/yii2-widget-depdrop": "dev-master" }, "require-dev": { "yiisoft/yii2-debug": "~2.1.0", diff --git a/erp24/controllers/FilesController.php b/erp24/controllers/FilesController.php index a1da37af..bbaff6dd 100755 --- a/erp24/controllers/FilesController.php +++ b/erp24/controllers/FilesController.php @@ -4,7 +4,6 @@ declare(strict_types = 1); namespace app\controllers; - class FilesController extends \yii\web\Controller { public $defaultAction = 'download'; -- 2.39.5