From 47c7b67e20d7ff3313345b65acfc430c2bc1d53d Mon Sep 17 00:00:00 2001 From: Michal Gebauer Date: Wed, 4 Dec 2013 00:14:42 +0100 Subject: [PATCH] Typo in called function name --- src/Httpful/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Httpful/Request.php b/src/Httpful/Request.php index fd4d4ec..db2dd9b 100644 --- a/src/Httpful/Request.php +++ b/src/Httpful/Request.php @@ -622,7 +622,7 @@ public function registerPayloadSerializer($mime, \Closure $callback) */ public function serializePayloadWith(\Closure $callback) { - return $this->regregisterPayloadSerializer('*', $callback); + return $this->registerPayloadSerializer('*', $callback); } /**