Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Commit a4d36df

Browse files
committed
Add return type hint to getResourceTable method in InteractsWithTables trait
1 parent 2bc5cf1 commit a4d36df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/Resources/InteractsWithTables.php

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

1010
trait InteractsWithTables
1111
{
12-
public function getResourceTable()
12+
public function getResourceTable(): Table
1313
{
1414
return $this->getResource()->table(new Table(
1515
app('livewire')->new(ListRecords::class)

0 commit comments

Comments
 (0)