We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff4906 commit 3c6410bCopy full SHA for 3c6410b
1 file changed
app/Filament/Resources/TicketResource/Pages/ViewTicket.php
@@ -108,7 +108,7 @@ public function getHeaderActions(): array
108
->label(__('Activity'))
109
->searchable()
110
->live()
111
- ->options(function (\Filament\Forms\Get $get, \Filament\Forms\Set $set) {
+ ->options(function (\Filament\Schemas\Components\Utilities\Get $get, \Filament\Schemas\Components\Utilities\Set $set) {
112
return Activity::all()->pluck('name', 'id')->toArray();
113
}),
114
Textarea::make('comment')
0 commit comments