Skip to content

Commit bb638bb

Browse files
committed
Merge pull request #1 from doefler/patch-1
Fix typo
2 parents c252d9b + ad7b1e7 commit bb638bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnoEuro/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ public function post($uri, $parameters = array())
4545

4646
public function delete($uri, $parameters = array())
4747
{
48-
return $this->delete('DELETE', $uri, $parameters);
48+
return $this->request('DELETE', $uri, $parameters);
4949
}
5050
}

0 commit comments

Comments
 (0)