Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Jul 9, 2018
1 parent b0dd426 commit d7d8204
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Abstracts/AbstractApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ protected function _createRequest(ApiRequestInterface $request)
{
$promise = $this->_getClient()->requestAsync(
$request->getVerb(),
Path::buildUnix($this->getUrl(), $request->getPath())
. $request->getQueryString(),
Path::buildUnix($this->getUrl(), $request->getPath()) . $request->getQueryString(),
$this->_makeOptions($request)
);
$request->setPromise($promise);
Expand Down

0 comments on commit d7d8204

Please sign in to comment.