update: livewire components

- more phpstan fixes
This commit is contained in:
HDVinnie
2024-06-23 13:00:31 -04:00
parent 09daf021b0
commit 5ca88559e6
4 changed files with 7 additions and 16 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class InviteLogSearch extends Component
};
}
final public function updatingGroupBy($value): void
final public function updatingGroupBy(string $value): void
{
$this->sortField = match ($value) {
'user_id' => 'created_at_max',