From 9f138aa97957bbdc5b52726643db6a4803471db5 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();