Fix path to phpvms folder

This commit is contained in:
Nabeel Shahzad 2017-07-25 10:03:00 -05:00 committed by GitHub
parent f577201de9
commit d8c4dd21da

View File

@ -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(