Browse Source

Move location of LARAVEL_START.

Taylor Otwell 11 years ago
parent
commit
18cda5037a
2 changed files with 2 additions and 2 deletions
  1. 2 0
      bootstrap/autoload.php
  2. 0 2
      public/index.php

+ 2 - 0
bootstrap/autoload.php

@@ -1,5 +1,7 @@
 <?php
 
+define('LARAVEL_START', microtime(true));
+
 /*
 |--------------------------------------------------------------------------
 | Register The Composer Auto Loader

+ 0 - 2
public/index.php

@@ -6,8 +6,6 @@
  * @author   Taylor Otwell <taylorotwell@gmail.com>
  */
 
-define('LARAVEL_START', microtime(true));
-
 /*
 |--------------------------------------------------------------------------
 | Register The Auto Loader