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 e7374b7 commit 3d6c090Copy full SHA for 3d6c090
public/index.php
@@ -9,7 +9,7 @@
9
/**
10
* Composer
11
*/
12
-require '../vendor/autoload.php';
+require dirname(__DIR__) . '/vendor/autoload.php';
13
14
15
0 commit comments