Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
akoSalman committed Nov 10, 2019
1 parent 6286392 commit d1726ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GatewayResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function __call($name, $arguments)
*/
function getTable()
{
return DB::table($this->config->get('gateway.table'));
return DB::table($this->config['table']);
}

/**
Expand Down

0 comments on commit d1726ae

Please sign in to comment.