From 40adf80fd254219df7b2387e1e4daff939fc7e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=B6ll?= Date: Fri, 19 Dec 2014 16:20:11 +0100 Subject: [PATCH] Update AltoRouter.php --- AltoRouter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltoRouter.php b/AltoRouter.php index e3d42ce..fb41dfc 100644 --- a/AltoRouter.php +++ b/AltoRouter.php @@ -55,7 +55,7 @@ class AltoRouter { call_user_func_array(array($this, 'map'), $route); } } - + /** * Set the base path. * Useful if you are running your application from a subdirectory.