We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a7503 commit 2770e6dCopy full SHA for 2770e6d
app/Http/Routes/APIRoutes.php
bootstrap/autoload.php
@@ -14,21 +14,4 @@
14
|
15
*/
16
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
-}
+require __DIR__.'/../vendor/autoload.php';
0 commit comments