]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Чистка кода
authorfomichev <vladimir.fomichev@erp-flowers.ru>
Wed, 12 Feb 2025 13:36:30 +0000 (16:36 +0300)
committerfomichev <vladimir.fomichev@erp-flowers.ru>
Wed, 12 Feb 2025 13:36:30 +0000 (16:36 +0300)
erp24/composer.json
erp24/controllers/FilesController.php

index 31b7b4c26838c0efc9a3b88fb96ac1355231cc61..2db85eab49cf9a5b644b27a3edb5742f9c22fa32 100644 (file)
@@ -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",
index a1da37af946aa4838eef4ab59eb91463b626a9b0..bbaff6dd197bdb614db13f588adeacabba461b6f 100755 (executable)
@@ -4,7 +4,6 @@ declare(strict_types = 1);
 namespace app\controllers;
 
 
-
 class FilesController extends \yii\web\Controller
 {
     public $defaultAction = 'download';