Skip to content

Commit

Permalink
fix coalesce expression
Browse files Browse the repository at this point in the history
  • Loading branch information
emmachughes committed Sep 1, 2023
1 parent 8828209 commit 6eee1ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html
lang="{{ str_replace('_', '-', app()->getLocale()) }}"
data-bs-theme="{{ request()->user()->theme ?? app()->make(\App\Configuration\Themes::class)->getDefault() }}"
data-bs-theme="{{ auth()->user()?->theme ?? app()->make(\App\Configuration\Themes::class)->getDefault() }}"
>
<head>
<meta charset="utf-8">
Expand Down

0 comments on commit 6eee1ad

Please sign in to comment.