Remove extra autoload file

This commit is contained in:
Diogo Azevedo
2017-04-17 18:39:32 -03:00
parent 0be3c212c4
commit 8914be5fc8
2 changed files with 3 additions and 18 deletions

View File

@@ -7,6 +7,8 @@
* @author Taylor Otwell <taylor@laravel.com>
*/
define('LARAVEL_START', microtime(true));
/*
|--------------------------------------------------------------------------
| Register The Auto Loader
@@ -19,7 +21,7 @@
|
*/
require __DIR__.'/../bootstrap/autoload.php';
require __DIR__.'/../vendor/autoload.php';
/*
|--------------------------------------------------------------------------