Skip to content

Commit 61a0ecc

Browse files
committed
cs fix
1 parent f5438e9 commit 61a0ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/ForceHttpsFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ForceHttpsFactory
1111
{
1212
public function __invoke(ContainerInterface $container): ForceHttps
1313
{
14-
$config = $container->get('config');
14+
$config = $container->get('config');
1515
/** @var RouterInterface $router */
1616
$router = $container->get(RouterInterface::class);
1717
$forceHttpsConfig = $config['force-https-module'] ?? ['enable' => false];

0 commit comments

Comments
 (0)