Skip to content

Commit c53bfa5

Browse files
committed
DatingVIP API Client: promoted getUrl to protected
1 parent 0819663 commit c53bfa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DatingVIP/API/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ private function curl()
149149
* Get API URL for given command
150150
*
151151
* @param Command $command
152-
* @access private
152+
* @access protected
153153
* @return string
154154
*/
155-
private function getUrl(Command $command)
155+
protected function getUrl(Command $command)
156156
{
157157
return $this->url
158158
. (stripos ($this->url, '?') !== false ? '&' : '?')

0 commit comments

Comments
 (0)