Skip to content

Commit

Permalink
Merge pull request #4 from soleon-leiloes/patch01
Browse files Browse the repository at this point in the history
Fixed the method getUrlPath, replacement APP_KEY
  • Loading branch information
alibo authored Jul 2, 2016
2 parents a0a9c76 + a35d5d5 commit 7e58f6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Models/Requests/BalancerUrlRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ public function getUrlPath()
{
$pathUrl = strtr(
$this->getOrtcConfig()->getBalancerUrl(),
'{APP_KEY}',
$this->getOrtcConfig()->getApplicationKey()
[
'{APP_KEY}' => $this->getOrtcConfig()->getApplicationKey(),
]
);

return $pathUrl;
Expand Down

0 comments on commit 7e58f6b

Please sign in to comment.