Skip to content

Commit

Permalink
update local dependency and template layout call for local
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykenedy committed May 23, 2020
1 parent 2500030 commit de46647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"license": "MIT",
"require": {
"php": "^7.2.5",
"ext-intl": "*",
"creativeorange/gravatar": "^1.0",
"doctrine/dbal": "^2.10",
"fideloper/proxy": "^4.2",
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ config('app.locale') }}">
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down

0 comments on commit de46647

Please sign in to comment.