Skip to content

Commit 3c6410b

Browse files
committed
Time looger fix
1 parent fff4906 commit 3c6410b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Filament/Resources/TicketResource/Pages/ViewTicket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function getHeaderActions(): array
108108
->label(__('Activity'))
109109
->searchable()
110110
->live()
111-
->options(function (\Filament\Forms\Get $get, \Filament\Forms\Set $set) {
111+
->options(function (\Filament\Schemas\Components\Utilities\Get $get, \Filament\Schemas\Components\Utilities\Set $set) {
112112
return Activity::all()->pluck('name', 'id')->toArray();
113113
}),
114114
Textarea::make('comment')

0 commit comments

Comments
 (0)