diff --git a/resources/views/partials/system_settings.blade.php b/resources/views/partials/system_settings.blade.php index aa84aa31c878..24b7669f43bf 100644 --- a/resources/views/partials/system_settings.blade.php +++ b/resources/views/partials/system_settings.blade.php @@ -4,8 +4,8 @@
{!! Former::text('app[url]')->label(trans('texts.url'))->value(isset($_ENV['APP_URL']) ? $_ENV['APP_URL'] : Request::root()) !!} - {!! Former::checkbox('debug')->text(trans('texts.enable'))->check(config('app.debug')) !!} {!! Former::checkbox('https')->text(trans('texts.require'))->check(env('REQUIRE_HTTPS')) !!} + {!! Former::checkbox('debug')->text(trans('texts.enable'))->check(config('app.debug')) !!}