Skip to content

Commit 2770e6d

Browse files
committed
Remove old file, fix autoloading issues
1 parent 96a7503 commit 2770e6d

File tree

2 files changed

+1
-213
lines changed

2 files changed

+1
-213
lines changed

app/Http/Routes/APIRoutes.php

Lines changed: 0 additions & 195 deletions
This file was deleted.

bootstrap/autoload.php

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,4 @@
1414
|
1515
*/
1616

17-
require __DIR__ . '/../vendor/autoload.php';
18-
19-
/*
20-
|--------------------------------------------------------------------------
21-
| Include The Compiled Class File
22-
|--------------------------------------------------------------------------
23-
|
24-
| To dramatically increase your application's performance, you may use a
25-
| compiled class file which contains all of the classes commonly used
26-
| by a request. The Artisan "optimize" is used to create this file.
27-
|
28-
*/
29-
30-
$compiledPath = __DIR__ . '/cache/compiled.php';
31-
32-
if (file_exists($compiledPath)) {
33-
require $compiledPath;
34-
}
17+
require __DIR__.'/../vendor/autoload.php';

0 commit comments

Comments
 (0)