We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579e44c commit 0e3c1d2Copy full SHA for 0e3c1d2
src/Views/tickets/show/body.blade.php
@@ -86,7 +86,7 @@ class="btn btn-light"
86
<br /><strong>{{ trans('panichd::lang.owner') }}</strong>{{ trans('panichd::lang.colon') }}
87
88
@if ($setting->grab('user_route') != 'disabled')
89
- <a href="{{ route($setting->grab('user_route'), ['user'=> $ticket->owner->id]) }}">
+ <a href="{{ route($setting->grab('user_route'), ['user'=> $ticket->user_id]) }}">
90
@endif
91
92
@if (is_null($ticket->owner))
0 commit comments