Skip to content

Commit 8427c7a

Browse files
committed
Update table component blade name to avoid conflicts with other like packages
1 parent be167d5 commit 8427c7a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/TableComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ abstract public function columns(): array;
8383
*/
8484
public function view(): string
8585
{
86-
return 'laravel-livewire-tables::table';
86+
return 'laravel-livewire-tables::table-component';
8787
}
8888

8989
/**

0 commit comments

Comments
 (0)