summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-11-27 19:11:37 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2019-12-08 02:12:56 +0100
commit89742ecd5542c740f3625af76c843a7471dbe98a (patch)
tree71c0c78ceb6a3a24b63c51c94a655cf5b33dc044 /config
parentbe39c63f46562eea173747d80cd91ac81e0b8e09 (diff)
Response: Added with and withInput methods and back/redirect functions
Diffstat (limited to 'config')
-rw-r--r--config/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/app.php b/config/app.php
index bfb66cf3..970f80a5 100644
--- a/config/app.php
+++ b/config/app.php
@@ -26,6 +26,7 @@ return [
\Engelsystem\Middleware\RequestHandlerServiceProvider::class,
\Engelsystem\Middleware\SessionHandlerServiceProvider::class,
\Engelsystem\Http\Validation\ValidationServiceProvider::class,
+ \Engelsystem\Http\RedirectServiceProvider::class,
// Additional services
\Engelsystem\Helpers\VersionServiceProvider::class,