diff --git a/src/UnoEuro/Client.php b/src/UnoEuro/Client.php index 4c0fcbe..d01ab26 100755 --- a/src/UnoEuro/Client.php +++ b/src/UnoEuro/Client.php @@ -45,6 +45,6 @@ public function post($uri, $parameters = array()) public function delete($uri, $parameters = array()) { - return $this->delete('DELETE', $uri, $parameters); + return $this->request('DELETE', $uri, $parameters); } }