Fix path to phpvms folder
This commit is contained in:
parent
f577201de9
commit
d8c4dd21da
@ -26,7 +26,7 @@
|
||||
|
||||
require __DIR__.'/../../bootstrap/autoload.php';
|
||||
|
||||
$app = require_once __DIR__.'/../bootstrap/app.php';
|
||||
$app = require_once __DIR__.'/../phpvms/bootstrap/app.php';
|
||||
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
|
||||
|
||||
$response = $kernel->handle(
|
||||
|
Loading…
Reference in New Issue
Block a user