@@ -13,7 +13,7 @@ |
||
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' => [ |