Skip to content

Commit e916484

Browse files
committed
v1.0.4
1 parent 602ee53 commit e916484

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["laravel", "cpanel", "cpanel api", "cpanel uapi"],
55
"homepage": "https://www.webreinvent.com",
66
"license": "MIT",
7-
"version": "1.0.3",
7+
"version": "1.0.4",
88
"authors": [
99
{
1010
"name": "WebReinvent",

src/CPanel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public function call($module, $function, $args = array())
137137

138138
$url = $this->protocol.'://'.$this->domain . ':' . $this->port . '/execute/' . $module;
139139
$url .= "/".$function;
140+
140141
if(count($args) > 0)
141142
{
142143
$url .= '?'. $parameters;

0 commit comments

Comments
 (0)