Skip to content

Commit b766e46

Browse files
committed
Remove $response variable at ControllerResponse as never defined
1 parent 76c7976 commit b766e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Test/ControllerResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class ControllerResponse extends TestResponse
4646
*/
4747
public function __construct()
4848
{
49-
parent::__construct($response ?? Services::response());
49+
parent::__construct(Services::response());
5050

5151
$this->dom = &$this->domParser;
5252
}

0 commit comments

Comments
 (0)