Completed
Push — master ( 3b6101...4e3e77 )
by Korotkov
08:37
created
app/app.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,9 +17,9 @@
 block discarded – undo
17 17
         'annotation' => ['Rudra\Annotations'],
18 18
         'validation' => ['Rudra\Validation'],
19 19
         'auth'       => ['Rudra\Auth'],
20
-        'redirect'   => ['Rudra\Redirect',  ['config'    => Container::$app->config('uri')]],
20
+        'redirect'   => ['Rudra\Redirect', ['config'    => Container::$app->config('uri')]],
21 21
         'dbClass'    => ['Rudra\ConnectDB', ['config'    => Container::$app->config('database')]],
22
-        'router'     => ['Rudra\Router',    ['namespace' => Container::$app->config('default.namespace'), 'templateEngine' => Container::$app->config('template.engine')]],
22
+        'router'     => ['Rudra\Router', ['namespace' => Container::$app->config('default.namespace'), 'templateEngine' => Container::$app->config('template.engine')]],
23 23
         'route'      => ['App\Route']
24 24
     ]
25 25
 ];
Please login to merge, or discard this patch.