how add reply to a ticket? #75
Unanswered
mmahdi2020
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi, i'm a begginer in laravel, How i add a reply to ticket?
and only one way available to select a ticket using id/uuid?:
$user = Auth::user();
$ticket = $user->tickets()->find($id);
thanks =)
Beta Was this translation helpful? Give feedback.
All reactions