Move location of LARAVEL_START.

This commit is contained in:
Taylor Otwell
2013-03-28 16:07:32 -05:00
parent 675157ea24
commit 18cda5037a
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
<?php
define('LARAVEL_START', microtime(true));
/*
|--------------------------------------------------------------------------
| Register The Composer Auto Loader
-2
View File
@@ -6,8 +6,6 @@
* @author Taylor Otwell <[email protected]>
*/
define('LARAVEL_START', microtime(true));
/*
|--------------------------------------------------------------------------
| Register The Auto Loader