Skip to content

Commit

Permalink
Fixes duplicated component name in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 30, 2023
1 parent dd66286 commit d003dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
?>

<div>
@volt('fragment-component')
@volt
<div>
<span>Hello {{ $name }}.</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
state('name', 'from component'); ?>

<div>
@volt('fragment-component')
@volt
<div>
<span>Hello {{ $name }}.</span>
</div>
Expand Down

0 comments on commit d003dda

Please sign in to comment.