We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0819663 commit c53bfa5Copy full SHA for c53bfa5
src/DatingVIP/API/Client.php
@@ -149,10 +149,10 @@ private function curl()
149
* Get API URL for given command
150
*
151
* @param Command $command
152
- * @access private
+ * @access protected
153
* @return string
154
*/
155
- private function getUrl(Command $command)
+ protected function getUrl(Command $command)
156
{
157
return $this->url
158
. (stripos ($this->url, '?') !== false ? '&' : '?')
0 commit comments