Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 1, 2023
1 parent 8287e9b commit 50a7530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/resources/views/pages/domain.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div>
<ul>
<li>The domain is: {{ $domain ?? 'none' }}.</li>
<li>The sub-domain is: {{ $subDomain ?? 'none'}}.</li>
<li>The sub-domain is: {{ $subDomain ?? 'none' }}.</li>
</ul>
</div>

0 comments on commit 50a7530

Please sign in to comment.