From 18cda5037ae4d500d59e43dced68d63b20c5c791 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 28 Mar 2013 16:07:28 -0500 Subject: [PATCH] Move location of LARAVEL_START. --- bootstrap/autoload.php | 2 ++ public/index.php | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index b2043b78..626612a2 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -1,5 +1,7 @@ */ -define('LARAVEL_START', microtime(true)); - /* |-------------------------------------------------------------------------- | Register The Auto Loader