diff --git a/framework/core/src/Api/Client.php b/framework/core/src/Api/Client.php index 237c03b91..457ec41ac 100644 --- a/framework/core/src/Api/Client.php +++ b/framework/core/src/Api/Client.php @@ -132,6 +132,7 @@ class Client if ($this->parent) { $request = $request + ->withAttribute('ipAddress', $this->parent->getAttribute('ipAddress')) ->withAttribute('session', $this->parent->getAttribute('session')); $request = RequestUtil::withActor($request, RequestUtil::getActor($this->parent)); }