From 8914be5fc864ebc6877be38ff3502997e0c62761 Mon Sep 17 00:00:00 2001 From: Diogo Azevedo Date: Mon, 17 Apr 2017 18:39:32 -0300 Subject: [PATCH] Remove extra autoload file --- bootstrap/autoload.php | 17 ----------------- public/index.php | 4 +++- 2 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 bootstrap/autoload.php diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php deleted file mode 100644 index 94adc997..00000000 --- a/bootstrap/autoload.php +++ /dev/null @@ -1,17 +0,0 @@ - */ +define('LARAVEL_START', microtime(true)); + /* |-------------------------------------------------------------------------- | Register The Auto Loader @@ -19,7 +21,7 @@ | */ -require __DIR__.'/../bootstrap/autoload.php'; +require __DIR__.'/../vendor/autoload.php'; /* |--------------------------------------------------------------------------