Completed
Push — master ( eab4e2...12716d )
by max
02:19
created
config/service_manager.config.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
         Listener\DispatchAuthentication::class => Listener\DispatchAuthenticationFactory::class,
16 16
         Listener\SessionWrite::class => Listener\SessionWriteFactory::class,
17 17
     ],
18
-     'aliases' => [
18
+        'aliases' => [
19 19
         AuthenticationService::class => Service\Authenticator::class,
20 20
     ],
21 21
 ];
Please login to merge, or discard this patch.