Cleanup bootstrapping

This commit is contained in:
Dane Everitt 2018-03-10 15:15:21 -06:00
parent f8e98e9c9e
commit 80994dc12e
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 4 additions and 19 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';