Skip to content

Commit 5e2a06e

Browse files
committed
Update ViewTicket.php
1 parent 3c6410b commit 5e2a06e

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
@@ -115,7 +115,7 @@ public function getHeaderActions(): array
115115
->label(__('Comment'))
116116
->rows(3),
117117
])
118-
->action(function (Collection $records, array $data): void {
118+
->action(function (array $data): void {
119119
$value = $data['time'];
120120
$comment = $data['comment'];
121121
TicketHour::create([

0 commit comments

Comments
 (0)