summaryrefslogtreecommitdiff
path: root/config/app.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-11-01 14:47:09 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-11-01 16:12:01 +0100
commitad948bdd3201e922b626a736b0122533bdd37cae (patch)
tree9011a160f3d6f9cae37fc02836e7d6e8c25242ca /config/app.php
parente727b367cc77452b58bc2d9360bcde97b7572288 (diff)
Added RequestServiceProvider and SessionServiceProvider
Diffstat (limited to 'config/app.php')
-rw-r--r--config/app.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/app.php b/config/app.php
index 8037479b..74eb2991 100644
--- a/config/app.php
+++ b/config/app.php
@@ -11,5 +11,7 @@ return [
\Engelsystem\Routing\RoutingServiceProvider::class,
\Engelsystem\Renderer\RendererServiceProvider::class,
\Engelsystem\Database\DatabaseServiceProvider::class,
+ \Engelsystem\Http\RequestServiceProvider::class,
+ \Engelsystem\Http\SessionServiceProvider::class,
],
];