Uppercase doctype

In similar fashion as https://github.com/laravel/framework/pull/28583
This commit is contained in:
Dries Vints 2019-05-21 15:15:32 +02:00
parent f8e455e358
commit 762e987e5b
No known key found for this signature in database
GPG Key ID: BDD2ED2E8C8025E7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">