Skip to content

Commit 9954c7c

Browse files
authored
Update Gateway.php
1 parent 80f275e commit 9954c7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Gateway.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
class Gateway extends \GatewayWorker\Gateway
55
{
6+
/**
7+
* @var string
8+
*/
9+
protected $_autoloadRootPath = '';
10+
611
public function __construct($config)
712
{
813
foreach ($config as $key => $value)

0 commit comments

Comments
 (0)