We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0751565 commit f07631aCopy full SHA for f07631a
composer.json
@@ -22,7 +22,7 @@
22
"source": "https://github.com/ProklUng/bitrix.rabbitmq.module"
23
},
24
"extra": {
25
- "installer-name": "prokl.rabbitmq"
+ "installer-name": "proklung.rabbitmq"
26
27
"require": {
28
"php": ">=7.1 || ^8.0",
install/index.php
@@ -22,7 +22,7 @@ public function __construct()
$arModuleVersion = [];
include __DIR__ . '/version.php';
- $this->MODULE_ID = 'prokl.rabbitmq';
+ $this->MODULE_ID = 'proklung.rabbitmq';
$this->MODULE_VERSION = $arModuleVersion['VERSION'];
$this->MODULE_VERSION_DATE = $arModuleVersion['VERSION_DATE'];
$this->MODULE_NAME = Loc::getMessage('YC_RMQ_MODULE_NAME');
0 commit comments