Skip to content

Commit 735ce81

Browse files
authored
Update ForceHttps.php
1 parent f3a3be8 commit 735ce81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Middleware/ForceHttps.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class ForceHttps implements MiddlewareInterface
2121
*/
2222
public function __construct(private array $config, private RouterInterface $router)
2323
{
24-
$this->config = $config;
2524
}
2625

2726
private function setHttpStrictTransportSecurity(

0 commit comments

Comments
 (0)