From: fomichev Date: Mon, 14 Apr 2025 08:02:31 +0000 (+0300) Subject: Добавил очереди в bootstrap X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=18b1c8048f78823a44f6d003e3eaaf808948319e;p=erp24_rep%2Fyii-erp24%2F.git Добавил очереди в bootstrap --- diff --git a/erp24/media/config/media.config.php b/erp24/media/config/media.config.php index 8a3d57bf..19b1f648 100644 --- a/erp24/media/config/media.config.php +++ b/erp24/media/config/media.config.php @@ -6,7 +6,7 @@ return [ 'language' => 'ru', 'id' => 'app', 'basePath' => dirname(__DIR__), - 'bootstrap' => ['log'], + 'bootstrap' => ['log', 'queue'], 'components' => [ 'assetManager' => [ 'appendTimestamp' => true,