Merge pull request #4282 from m1guelpf/patch-1

Dynamic changing locale
This commit is contained in:
Taylor Otwell 2017-05-30 07:58:28 -05:00 committed by GitHub
commit a9268c5f58
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!doctype html>
<html lang="{{ config('app.locale') }}">
<html lang="{{ app()->getLocale() }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">