Fix the route() calls for L6
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{ route('frontend.profile.show.public', ['id' => $user->id]) }}">
|
||||
<a href="{{ route('frontend.profile.show.public', [$user->id]) }}">
|
||||
{{ $user->name }}
|
||||
</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user