Skip to content

Commit

Permalink
Fixed deserialization error
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Jun 4, 2015
1 parent 3a82558 commit 21e3458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Request/FoundationRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public function getBody()
*/
public function getBodyDeserialized()
{
return $this->deserializer->deserialize($this->getBody(), $this->getFormat());
return $this->getDeserializer()->deserialize($this->getBody(), $this->getFormat());
}

/**
Expand Down

0 comments on commit 21e3458

Please sign in to comment.