|
@@ -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.