Skip to content

Commit

Permalink
Dynamic changing locale (#19405)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf authored and taylorotwell committed May 30, 2017
1 parent f7508e6 commit b09243c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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">
Expand Down

0 comments on commit b09243c

Please sign in to comment.