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 2696cc1 commit 339ed94Copy full SHA for 339ed94
public/index.php
@@ -5,7 +5,7 @@
5
use HttpSoft\Basis\Application;
6
use HttpSoft\ServerRequest\ServerRequestCreator;
7
8
-require_once __DIR__ . '/../../../../vendor/autoload.php';
+require_once __DIR__ . '/../vendor/autoload.php';
9
10
$container = require_once __DIR__ . '/../config/container.php';
11
$app = $container->get(Application::class);
0 commit comments