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'; /* |--------------------------------------------------------------------------