<?php
-use Illuminate\Contracts\Http\Kernel;
use BookStack\Http\Request;
+use Illuminate\Contracts\Http\Kernel;
define('LARAVEL_START', microtime(true));
$request = Request::capture()
))->send();
-$kernel->terminate($request, $response);
\ No newline at end of file
+$kernel->terminate($request, $response);