Merge pull request #2089 from Log1x/patch-1

Change language_attributes() to get_language_attributes()
This commit is contained in:
Ben Word
2018-08-09 15:11:20 -06:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
<!doctype html>
<html @php language_attributes() @endphp>
<html {{ get_language_attributes() }}>
@include('partials.head')
<body @php body_class() @endphp>
@php do_action('get_header') @endphp