Skip to content

Commit

Permalink
fix createClientFor in Integrations\Laravel\Connection
Browse files Browse the repository at this point in the history
  • Loading branch information
evsign committed Oct 18, 2019
1 parent cf1c878 commit 4e28241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Integrations/Laravel/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ protected function setLastQueryStatistic($queryStatistic)
*/
protected function createClientFor($server, TransportInterface $transport)
{
return new Client($server, null, $transport);
return new Client($server, $transport);
}

/**
Expand Down

0 comments on commit 4e28241

Please sign in to comment.