Skip to content

Commit

Permalink
The addition of panel MHSanaei
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezax5 committed Mar 25, 2023
1 parent 8ed7cc1 commit 5c5cec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Panel/MHSanaei.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function delClient($id, $client, $settings)
public function updateClient($id, $client, $settings)
{
$this->setId($client);
return $this->curl('delClient', compact('id', 'settings'));
return $this->curl('updateClient', compact('id', 'settings'));
}
public function logs()
{
Expand Down

0 comments on commit 5c5cec7

Please sign in to comment.