From b870ac09dd1ef2b4b4e86acd71f02c9b38ad0060 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 29 Mar 2012 22:06:39 -0500 Subject: [PATCH] fix front controller. --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index f76527dd..42b6a438 100644 --- a/public/index.php +++ b/public/index.php @@ -31,4 +31,4 @@ // -------------------------------------------------------------- // Launch Laravel. // -------------------------------------------------------------- -require path('sys').'laravel.php'; +require path('sys').'laravel.php'; \ No newline at end of file