Commit 1306ff25 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #4130 from atefBB/patch-1

Add App locale as default value of 'lang' attribute
parents 64bea7ca 72a76c02
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="{{ config('app.locale') }}">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment