Revert "No longer needed"

This reverts commit 60f738b8fa.
This commit is contained in:
Dane Everitt 2017-12-16 13:54:34 -06:00
parent 60f738b8fa
commit ce0a1afdd3
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

17
bootstrap/autoload.php Normal file
View file

@ -0,0 +1,17 @@
<?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';