Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Dec 14, 2023
1 parent 20b04d7 commit 1d3b5cd
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 1d3b5cd

Please sign in to comment.