Skip to content

Commit 6eaab29

Browse files
committed
Fix path to autoload file
1 parent bde4d41 commit 6eaab29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use Illuminate\Contracts\Console\Kernel;
44
use Symfony\Component\Console\Output\ConsoleOutput;
55

6-
require __DIR__ . '/autoload.php';
6+
require __DIR__ . '/../vendor/autoload.php';
77

88
$app = require __DIR__ . '/app.php';
99

0 commit comments

Comments
 (0)