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 f5438e9 commit 61a0eccCopy full SHA for 61a0ecc
src/Middleware/ForceHttpsFactory.php
@@ -11,7 +11,7 @@ class ForceHttpsFactory
11
{
12
public function __invoke(ContainerInterface $container): ForceHttps
13
14
- $config = $container->get('config');
+ $config = $container->get('config');
15
/** @var RouterInterface $router */
16
$router = $container->get(RouterInterface::class);
17
$forceHttpsConfig = $config['force-https-module'] ?? ['enable' => false];
0 commit comments