not setting active language in html tag

This commit is contained in:
denisdulici
2018-12-11 16:42:36 +03:00
parent f763ae5a15
commit b7de4bad6f
9 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<html lang="{{ setting('general.default_locale') }}">
<html lang="{{ app()->getLocale() }}">
@include('partials.wizard.head')
<body class="hold-transition {{ setting('general.admin_theme', 'skin-green-light') }} sidebar-mini fixed">