diff --git a/app/Livewire/Table/MyUrlTable.php b/app/Livewire/Table/MyUrlTable.php index 8c63fe41f..8ec2b88e9 100644 --- a/app/Livewire/Table/MyUrlTable.php +++ b/app/Livewire/Table/MyUrlTable.php @@ -69,7 +69,7 @@ public function fields(): PowerGridFields } /** - * @return array + * @return array<\PowerComponents\LivewirePowerGrid\Column> */ public function columns(): array { diff --git a/app/Livewire/Table/UrlListOfGuestTable.php b/app/Livewire/Table/UrlListOfGuestTable.php index 64f261207..6c664cacf 100644 --- a/app/Livewire/Table/UrlListOfGuestTable.php +++ b/app/Livewire/Table/UrlListOfGuestTable.php @@ -69,7 +69,7 @@ public function fields(): PowerGridFields } /** - * @return array + * @return array<\PowerComponents\LivewirePowerGrid\Column> */ public function columns(): array { diff --git a/app/Livewire/Table/UrlListTable.php b/app/Livewire/Table/UrlListTable.php index 709ae6f2d..81998a8a9 100644 --- a/app/Livewire/Table/UrlListTable.php +++ b/app/Livewire/Table/UrlListTable.php @@ -72,7 +72,7 @@ public function fields(): PowerGridFields } /** - * @return array + * @return array<\PowerComponents\LivewirePowerGrid\Column> */ public function columns(): array { diff --git a/app/Livewire/Table/UserTable.php b/app/Livewire/Table/UserTable.php index 6885aae2f..556ac003d 100644 --- a/app/Livewire/Table/UserTable.php +++ b/app/Livewire/Table/UserTable.php @@ -72,7 +72,7 @@ class="btn btn-secondary btn-sm" } /** - * @return array + * @return array<\PowerComponents\LivewirePowerGrid\Column> */ public function columns(): array {