From 41e8384d7b1ed58c4bb007f18b3deb3e9d83d6b3 Mon Sep 17 00:00:00 2001 From: Ben Corlett Date: Thu, 1 Nov 2012 08:18:08 +1100 Subject: [PATCH] Allowing use of third party Routers to handle Routing. A class alias has always been provided in applications/config/application.php, however it is never called as the Router class is always directly targeting the Laravel namespaced class. Signed-off-by: Ben Corlett --- laravel/laravel.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/laravel/laravel.php b/laravel/laravel.php index 3e382b89..0b669ae1 100644 --- a/laravel/laravel.php +++ b/laravel/laravel.php @@ -1,5 +1,7 @@ call();