We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f278db1 commit 4995234Copy full SHA for 4995234
Controller/Ticket.php
@@ -459,7 +459,7 @@ public function ticketView($id, Request $request)
459
'ticket' => $ticket,
460
'searchDisable' => true,
461
'initialThread' => $this->ticketService->getTicketInitialThreadDetails($ticket),
462
- 'localizedCreateAtTime' => $this->userService->getLocalizedFormattedTime($user, $ticket->getCreatedAt()),
+ 'localizedCreateAtTime' => $this->userService->getLocalizedFormattedTime($ticket->getCreatedAt(), $user),
463
'isCollaborator' => $checkTicket,
464
];
465
0 commit comments