Completed
Push — develop ( 4bd203...a628f2 )
by
unknown
08:09
created
module/Auth/config/module.config.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
                     'Auth/Users' => 'switch',
215 215
                 ],
216 216
                 'deny' => [
217
-                   // 'route/lang/auth',
217
+                    // 'route/lang/auth',
218 218
                     'route/auth-provider',
219 219
                     'route/auth-extern',
220 220
                     'route/lang/forgot-password',
@@ -299,7 +299,7 @@  discard block
 block discarded – undo
299 299
         'factories' => [
300 300
             'auth' => '\Auth\Factory\View\Helper\AuthFactory',
301 301
             'acl'  => '\Acl\Factory\View\Helper\AclFactory',
302
-         ],
302
+            ],
303 303
     ],
304 304
     
305 305
     'form_elements' => [
Please login to merge, or discard this patch.