Skip to content

Commit

Permalink
[FIX] synology 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbalssa committed May 27, 2022
1 parent e36d87e commit 81ea7bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "victorbalssa/synology-api-client",
"description": "Synology API client",
"homepage": "https://github.com/victorbalssa/synology-api-client",
"version": "0.4.3",
"version": "0.4.4",
"keywords" : [
"synology",
"nas"
Expand Down
2 changes: 1 addition & 1 deletion src/Client/FileStationClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public function delete($path) {
'entry.cgi',
'delete',
['path' => $path],
3
2
);
}
}

0 comments on commit 81ea7bb

Please sign in to comment.