Skip to content

Commit b09243c

Browse files
m1guelpftaylorotwell
authored andcommitted
Dynamic changing locale (#19405)
1 parent f7508e6 commit b09243c

File tree

1 file changed

+1
-1
lines changed
  • src/Illuminate/Auth/Console/stubs/make/views/layouts

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/Console/stubs/make/views/layouts/app.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{ config('app.locale') }}">
2+
<html lang="{{ app()->getLocale() }}">
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">

0 commit comments

Comments
 (0)