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

@@ -1,17 +0,0 @@
<?php
define('LARAVEL_START', microtime(true));
/*
|--------------------------------------------------------------------------
| Register The Composer Auto Loader
|--------------------------------------------------------------------------
|
| Composer provides a convenient, automatically generated class loader
| for our application. We just need to utilize it! We'll require it
| into the script here so that we do not have to worry about the
| loading of any our classes "manually". Feels great to relax.
|
*/
require __DIR__.'/../vendor/autoload.php';