Skip to content

Commit 339ed94

Browse files
authored
Fix path to composer autoload script in index.php
1 parent 2696cc1 commit 339ed94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use HttpSoft\Basis\Application;
66
use HttpSoft\ServerRequest\ServerRequestCreator;
77

8-
require_once __DIR__ . '/../../../../vendor/autoload.php';
8+
require_once __DIR__ . '/../vendor/autoload.php';
99

1010
$container = require_once __DIR__ . '/../config/container.php';
1111
$app = $container->get(Application::class);

0 commit comments

Comments
 (0)