Skip to content

Commit c0eff15

Browse files
author
Mike Harrison
committed
feat: add getter for response key
1 parent de53ed2 commit c0eff15

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Debugger.php

+10
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,16 @@ protected function setResponseData(Response $response, $data)
177177
return $response->setContent($content);
178178
}
179179

180+
/**
181+
* Get the current response key
182+
*
183+
* @return string
184+
*/
185+
public function getResponseKey()
186+
{
187+
return $this->responseKey;
188+
}
189+
180190
/**
181191
* Set response attribute key name.
182192
*

0 commit comments

Comments
 (0)