Fix path to phpvms folder
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user