Completed
Push — master ( 66aef9...985925 )
by Korotkov
02:26
created
app/app.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,9 +18,9 @@
 block discarded – undo
18 18
         'annotation' => ['Rudra\Annotations'],
19 19
         'validation' => ['Rudra\Validation'],
20 20
         'auth'       => ['Rudra\Auth'],
21
-        'redirect'   => ['Rudra\Redirect',  ['config'    => Config::URI]],
21
+        'redirect'   => ['Rudra\Redirect', ['config'    => Config::URI]],
22 22
         'dbClass'    => ['Rudra\ConnectDB', ['config'    => Config::DB]],
23
-        'router'     => ['Rudra\Router',    ['namespace' => Config::DEFAULT_NAMESPACE, 'templateEngine' => Config::TE]],
23
+        'router'     => ['Rudra\Router', ['namespace' => Config::DEFAULT_NAMESPACE, 'templateEngine' => Config::TE]],
24 24
         'route'      => ['App\Route']
25 25
     ]
26 26
 ];
Please login to merge, or discard this patch.