Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/2.x' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Dec 14, 2023
2 parents 73a3e67 + 1d3b5cd commit 03505a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Components/TableBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$this->builder = TableBuilder::make()
->fields([
ID::make(),
Text::make('Name')
Text::make('Name'),
])
->items(Item::query()->get())
->cast(ModelCast::make(Item::class))
Expand Down

0 comments on commit 03505a2

Please sign in to comment.