Completed
Branch master (0def40)
by Korotkov
03:25
created
app/services.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
         'annotation' => ['Rudra\Annotations'],
14 14
         'validation' => ['Rudra\Validation'],
15 15
         'auth'       => ['Rudra\Auth'],
16
-        'redirect'   => ['Rudra\Redirect',  ['config' => Container::$app->config('uri')]],
16
+        'redirect'   => ['Rudra\Redirect', ['config' => Container::$app->config('uri')]],
17 17
         'dbClass'    => ['Rudra\ConnectDB', ['config' => Container::$app->config('database')]],
18 18
 
19 19
         'router' => [
Please login to merge, or discard this patch.