We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c252d9b + ad7b1e7 commit bb638bbCopy full SHA for bb638bb
src/UnoEuro/Client.php
@@ -45,6 +45,6 @@ public function post($uri, $parameters = array())
45
46
public function delete($uri, $parameters = array())
47
{
48
- return $this->delete('DELETE', $uri, $parameters);
+ return $this->request('DELETE', $uri, $parameters);
49
}
50
0 commit comments