Skip to content

Commit 37a526c

Browse files
committed
Merge branch 'hotfix/v1.0.1'
2 parents 897daf1 + fe1ee03 commit 37a526c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ $response = $cpanel->callUAPI($Module, $function, $parameters_array);
126126
Example if you want to add new `ftp` account, documetation is available at [CPanel UAPI - Ftp::add_ftp](https://documentation.cpanel.net/display/DD/UAPI+Functions+-+Ftp%3A%3Aadd_ftp) then use the method as represented below:
127127
```php
128128
$cpanel = new CPanel();
129-
$Method = 'Ftp';
129+
$Module = 'Ftp';
130130
$function = 'add_ftp';
131131
$parameters_array = [
132132
'user'=>'ftp_username',

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.0",
7+
"version": "1.0.1",
88
"authors": [
99
{
1010
"name": "WebReinvent",

0 commit comments

Comments
 (0)