Skip to content

Commit

Permalink
Merge pull request #203 from Steerfox/Fix-undefined-session-batchjob
Browse files Browse the repository at this point in the history
Fix undefined session error in BatchJob
  • Loading branch information
fiboknacky authored Jan 5, 2017
2 parents 0d983fd + 5192a21 commit b7407dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function __construct(
$stack->before(
'http_errors',
GuzzleLogMessageHandler::log(
$this->session->getBatchJobsUtilLogger())
$session->getBatchJobsUtilLogger())
);
$this->httpClient = new Client(['handler' => $stack]);
} else {
Expand Down

0 comments on commit b7407dd

Please sign in to comment.