diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Core/Communicator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/Communicator.php b/src/Core/Communicator.php index 915ba39..9ab6b13 100644 --- a/src/Core/Communicator.php +++ b/src/Core/Communicator.php @@ -226,7 +226,7 @@ class Communicator $response = $request->send(); if ($response->hasErrors()) { - $this->$errorResponses[] = $response; + $this->errorResponses[] = $response; } return $response->__toString(); } |