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="{{ env('APP_LOCALE') }}">
<html lang="{{ app()->getLocale() }}">
@include('partials.auth.head')
<body class="hold-transition login-page">