No longer needed

This commit is contained in:
Dane Everitt 2017-12-16 13:49:09 -06:00
parent 2af85fb6e2
commit 60f738b8fa
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

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