fix:修复BUG/升级1.1.6版本
This commit is contained in:
5
vendor/webman/gateway-worker/src/Gateway.php
vendored
5
vendor/webman/gateway-worker/src/Gateway.php
vendored
@@ -3,6 +3,11 @@ namespace Webman\GatewayWorker;
|
||||
|
||||
class Gateway extends \GatewayWorker\Gateway
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $_autoloadRootPath = '';
|
||||
|
||||
public function __construct($config)
|
||||
{
|
||||
foreach ($config as $key => $value)
|
||||
|
||||
Reference in New Issue
Block a user