Skip to content

Commit 39c4baf

Browse files
committed
Update Gateway.php
1 parent 1466574 commit 39c4baf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

GatewayWorker/Lib/Gateway.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,3 +349,8 @@ public static function setBusinessWorker($business_worker_instance)
349349
}
350350

351351
}
352+
353+
if(!class_exists('\Protocols\GatewayProtocol'))
354+
{
355+
class_alias('\GatewayWorker\Protocols\GatewayProtocol', 'Protocols\GatewayProtocol');
356+
}

0 commit comments

Comments
 (0)