summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-01-18 19:01:34 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2018-08-07 16:54:08 +0200
commit3c088292050982505726f5136ff4d0f1a918b879 (patch)
tree8d0e03947935ceb994ef6f8fe01af81bbb268b14 /config
parent2f41b9e4418def9b69cf237312bc592364585025 (diff)
Added Http\Response and Psr7{Request,Response}
Diffstat (limited to 'config')
-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,
],
];