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 f3a3be8 commit 735ce81Copy full SHA for 735ce81
src/Middleware/ForceHttps.php
@@ -21,7 +21,6 @@ class ForceHttps implements MiddlewareInterface
21
*/
22
public function __construct(private array $config, private RouterInterface $router)
23
{
24
- $this->config = $config;
25
}
26
27
private function setHttpStrictTransportSecurity(
0 commit comments