Skip to content

Commit

Permalink
response binding removed
Browse files Browse the repository at this point in the history
  • Loading branch information
aahmetgaliev committed Sep 5, 2019
1 parent 25c9928 commit b143e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factories/Shipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function getResponse(): object
/**
* @param object $response
*/
public function setResponse(object $response): void
public function setResponse($response): void
{
$this->response = $response;
}
Expand Down

0 comments on commit b143e46

Please sign in to comment.