summaryrefslogtreecommitdiff
path: root/config/app.php
diff options
context:
space:
mode:
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 74eb2991..480b19d4 100644
--- a/config/app.php
+++ b/config/app.php
@@ -13,5 +13,7 @@ return [
\Engelsystem\Database\DatabaseServiceProvider::class,
\Engelsystem\Http\RequestServiceProvider::class,
\Engelsystem\Http\SessionServiceProvider::class,
+ \Engelsystem\Http\ResponseServiceProvider::class,
+ \Engelsystem\Http\Psr7ServiceProvider::class,
],
];