forked from Alex/Pterodactyl-Panel
Fix path to autoload file
This commit is contained in:
parent
bde4d4187f
commit
6eaab29a92
@ -3,7 +3,7 @@
|
||||
use Illuminate\Contracts\Console\Kernel;
|
||||
use Symfony\Component\Console\Output\ConsoleOutput;
|
||||
|
||||
require __DIR__ . '/autoload.php';
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
$app = require __DIR__ . '/app.php';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user