Skip to content

Commit 659b18f

Browse files
committed
Rename HasTableFromBoard trait to InteractsWithBoardTable for improved clarity and consistency
1 parent eb50b00 commit 659b18f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Concerns/InteractsWithBoard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
trait InteractsWithBoard
1818
{
19-
use HasTableFromBoard;
19+
use InteractsWithBoardTable;
2020

2121
protected Board $board;
2222

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Provides table functionality to any Livewire component that has a Board.
1313
* This allows pure Livewire components to use Board filters without extending BoardPage.
1414
*/
15-
trait HasTableFromBoard
15+
trait InteractsWithBoardTable
1616
{
1717
use InteractsWithTable;
1818

0 commit comments

Comments
 (0)