help admin reply bug fix
This commit is contained in:
parent
4b969380ab
commit
26d2a20c6d
|
|
@ -112,7 +112,7 @@ class HelpTicketCrudController extends CrudController
|
||||||
'user_id' => auth()->id()
|
'user_id' => auth()->id()
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$ticket->update('status','waiting_replay');
|
$ticket->update(['status'=>'waiting_replay']);
|
||||||
|
|
||||||
Notification::route('mail', $ticket->email)
|
Notification::route('mail', $ticket->email)
|
||||||
->notify(new TicketCommented($comment));
|
->notify(new TicketCommented($comment));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue