aboutsummaryrefslogtreecommitdiff
path: root/public/dispatch.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/dispatch.php')
-rw-r--r--public/dispatch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/dispatch.php b/public/dispatch.php
index 68d0399..77c5933 100644
--- a/public/dispatch.php
+++ b/public/dispatch.php
@@ -21,5 +21,5 @@ require '../lib/bootstrap.php';
// prepare environment
URLHelper::setBaseUrl($GLOBALS['ABSOLUTE_URI_STUDIP']);
-$dispatcher = app(\Trails_Dispatcher::class);
+$dispatcher = app(\Trails\Dispatcher::class);
$dispatcher->dispatch(Request::pathInfo());