Skip to content

Commit efeb108

Browse files
authored
Merge pull request #3 from xzag/fix-original-request-property
missing $originalRequest property
2 parents aa4685c + 3acfb79 commit efeb108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JsonRpcRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ class JsonRpcRequest extends BaseObject {
1515
public $id;
1616
public $route;
1717
public $params = [];
18-
18+
public $originalRequest;
1919
}

0 commit comments

Comments
 (0)