mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-03 00:40:12 -05:00
update: livewire components
- more phpstan fixes
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user