Skip to content
Snippets Groups Projects
Commit 58effc4c authored by Thibault Debatty's avatar Thibault Debatty
Browse files

fix style

parent bdb5cab2
No related branches found
No related tags found
No related merge requests found
Pipeline #5033 passed
......@@ -15,10 +15,10 @@ use Illuminate\Support\Facades\Route;
$app_url = config("app.url");
if (!empty($app_url)) {
URL::forceRootUrl($app_url);
URL::forceRootUrl($app_url);
$schema = explode(':', $app_url)[0];
URL::forceScheme($schema);
$schema = explode(':', $app_url)[0];
URL::forceScheme($schema);
}
Route::get('/', function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment