Skip to content

Commit 49560e1

Browse files
committed
Fixing initialization
1 parent fd37773 commit 49560e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ApiFramework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ protected function initializeTopComponents()
100100
}
101101

102102
if ($this->response === null) {
103-
$this->response = new FoundationResponse($this->config, $this->serializer, $this->request);
103+
$this->response = new FoundationResponse($this->serializer);
104104
}
105105
}
106106

0 commit comments

Comments
 (0)