Skip to content

Commit f07631a

Browse files
committed
fixes
1 parent 0751565 commit f07631a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"source": "https://github.com/ProklUng/bitrix.rabbitmq.module"
2323
},
2424
"extra": {
25-
"installer-name": "prokl.rabbitmq"
25+
"installer-name": "proklung.rabbitmq"
2626
},
2727
"require": {
2828
"php": ">=7.1 || ^8.0",

install/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function __construct()
2222
$arModuleVersion = [];
2323
include __DIR__ . '/version.php';
2424

25-
$this->MODULE_ID = 'prokl.rabbitmq';
25+
$this->MODULE_ID = 'proklung.rabbitmq';
2626
$this->MODULE_VERSION = $arModuleVersion['VERSION'];
2727
$this->MODULE_VERSION_DATE = $arModuleVersion['VERSION_DATE'];
2828
$this->MODULE_NAME = Loc::getMessage('YC_RMQ_MODULE_NAME');

0 commit comments

Comments
 (0)