From 8f79855808705c92e3c0370cf7b9ac3dbf416926 Mon Sep 17 00:00:00 2001 From: Kirk Bushell Date: Mon, 27 May 2013 15:43:32 +1000 Subject: [PATCH] Route updated to ensure that the root Controller alias is called, rather than the one within its own namespace. Signed-off-by: Kirk Bushell --- laravel/routing/route.php | 1 + 1 file changed, 1 insertion(+) diff --git a/laravel/routing/route.php b/laravel/routing/route.php index f2deba74..f99ad209 100644 --- a/laravel/routing/route.php +++ b/laravel/routing/route.php @@ -1,6 +1,7 @@