Skip to content

Commit 8914be5

Browse files
committed
Remove extra autoload file
1 parent 0be3c21 commit 8914be5

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

bootstrap/autoload.php

-17
This file was deleted.

public/index.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* @author Taylor Otwell <[email protected]>
88
*/
99

10+
define('LARAVEL_START', microtime(true));
11+
1012
/*
1113
|--------------------------------------------------------------------------
1214
| Register The Auto Loader
@@ -19,7 +21,7 @@
1921
|
2022
*/
2123

22-
require __DIR__.'/../bootstrap/autoload.php';
24+
require __DIR__.'/../vendor/autoload.php';
2325

2426
/*
2527
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)