We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aaef79 commit f53df40Copy full SHA for f53df40
CHANGELOG.md
@@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
- `Fixed` for any bug fixes.
13
- `Security` in case of vulnerabilities
14
15
+## [2.0.3] - 2024.12.26
16
+
17
+### Fixed
18
19
+- Fixed bug in `send` method resetting response
20
21
## [2.0.2] - 2024.12.23
22
23
### Added
src/Response.php
@@ -334,10 +334,6 @@ public function send(): void
334
echo $this->getBody();
335
}
336
337
- // -------------------- Reset --------------------
338
-
339
- $this->reset();
340
341
342
343
/**
0 commit comments