Skip to content

Commit a4a0c24

Browse files
committed
Транспорт для Symfony Messenger посредством Битрикс D7
1 parent da4d40a commit a4a0c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Services/Messenger/Bitrix/BitrixTransportFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class BitrixTransportFactory implements TransportFactoryInterface
2020
/**
2121
* BitrixTransportFactory конструктор
2222
*/
23-
public function constructor()
23+
public function __construct()
2424
{
2525
// Создать кастомную таблицу, если еще не.
2626
if (!Application::getConnection()->isTableExists(

0 commit comments

Comments
 (0)