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.
2 parents d85d789 + 735ce81 commit 9b9e1b5Copy full SHA for 9b9e1b5
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(
src/Module.php
@@ -11,6 +11,6 @@ class Module
11
12
public function getConfig(): array
13
14
- return include __DIR__ . './../config/module.config.php';
+ return include __DIR__ . '/../config/module.config.php';
15
16
0 commit comments