X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/3000/head:/public/index.php diff --git a/public/index.php b/public/index.php index 9d890e90a..7e4ef97c7 100644 --- a/public/index.php +++ b/public/index.php @@ -1,12 +1,10 @@ */ - define('LARAVEL_START', microtime(true)); /* @@ -21,7 +19,7 @@ define('LARAVEL_START', microtime(true)); | */ -require __DIR__.'/../vendor/autoload.php'; +require __DIR__ . '/../vendor/autoload.php'; /* |-------------------------------------------------------------------------- @@ -35,7 +33,7 @@ require __DIR__.'/../vendor/autoload.php'; | */ -$app = require_once __DIR__.'/../bootstrap/app.php'; +$app = require_once __DIR__ . '/../bootstrap/app.php'; $app->alias('request', \BookStack\Http\Request::class); /* @@ -58,4 +56,4 @@ $response = $kernel->handle( $response->send(); -$kernel->terminate($request, $response); \ No newline at end of file +$kernel->terminate($request, $response);