Skip to content

Commit

Permalink
Update Gateway.php
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Feb 1, 2023
1 parent 80f275e commit 9954c7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

class Gateway extends \GatewayWorker\Gateway
{
/**
* @var string
*/
protected $_autoloadRootPath = '';

public function __construct($config)
{
foreach ($config as $key => $value)
Expand Down

0 comments on commit 9954c7c

Please sign in to comment.