Skip to content

Commit

Permalink
fix route
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezax5 committed Apr 26, 2023
1 parent 13b476e commit 4f6ca57
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 @@ -272,6 +272,6 @@ public function resetAllClientTrafficsApi($id)
public function delDepletedClientsApi($id)
{
$this->setId($id);
return $this->curl('apiMHSanaei_resetAllClientTraffics', []);
return $this->curl('apiMHSanaei_delDepletedClients', []);
}
}

0 comments on commit 4f6ca57

Please sign in to comment.