Skip to content

Commit 3f7e597

Browse files
Update SuccessResponse.php
1 parent 496f59e commit 3f7e597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Responses/SuccessResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function __construct($headers, $body, $http_code, callable $success_callb
2323
parent::__construct($headers, $body, $http_code);
2424

2525
if ($success_callback) {
26-
call_user_func($success_callback);
26+
call_user_func($success_callback, $this);
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)