Fix the route() calls for L6

This commit is contained in:
Nabeel Shahzad
2019-09-13 18:20:50 -04:00
parent 0c89d36a16
commit 52332c250b
16 changed files with 27 additions and 30 deletions

View File

@@ -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>