Skip to content

Commit 71be5a7

Browse files
authored
Merge pull request #2624 from Marquis-H/master
Update GetResponseGroupEvent.php
2 parents a06345e + 9ca9362 commit 71be5a7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Event/GetResponseGroupEvent.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,4 @@ public function getResponse()
3535
{
3636
return $this->response;
3737
}
38-
39-
/**
40-
* Sets a new response object.
41-
*
42-
* @param Response $response
43-
*/
44-
public function setResponse(Response $response)
45-
{
46-
$this->response = $response;
47-
}
4838
}

0 commit comments

Comments
 (0)