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 173e05f commit d12974bCopy full SHA for d12974b
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
+## [1.2.1] - 2021.02.28
16
+
17
+### Fixed
18
19
+- Fixed bug in `send` method where unnecessary `exit()` was causing destructors not to be called.
20
21
## [1.2.0] - 2020.11.27
22
23
### Added
src/Response.php
@@ -323,8 +323,6 @@ public function send(): void
323
324
$this->reset();
325
326
- exit; // Ensure nothing else loads, just to be safe
327
-
328
}
329
330
/**
0 commit comments