Change language_attributes() to get_language_attributes()

This commit is contained in:
Brandon
2018-07-31 17:25:45 -05:00
committed by GitHub
parent a9312c0633
commit e84108c44d

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