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 3c6410b commit 5e2a06eCopy full SHA for 5e2a06e
1 file changed
app/Filament/Resources/TicketResource/Pages/ViewTicket.php
@@ -115,7 +115,7 @@ public function getHeaderActions(): array
115
->label(__('Comment'))
116
->rows(3),
117
])
118
- ->action(function (Collection $records, array $data): void {
+ ->action(function (array $data): void {
119
$value = $data['time'];
120
$comment = $data['comment'];
121
TicketHour::create([
0 commit comments