Skip to content

Commit 65968a5

Browse files
committed
added instead of in successHook
1 parent 270b8fe commit 65968a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbstractApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ private function makeMethodRequest($method, $uri)
481481
}
482482
}
483483

484-
$this->executeSuccessHooks($clientResponse, $this->request);
484+
$this->executeSuccessHooks($response, $this->request);
485485
} catch (Exception $e) {
486486
$this->executeFailHooks($e);
487487
throw $e;

0 commit comments

Comments
 (0)