show table authors in the favourites listing

This commit is contained in:
2018-08-23 23:02:28 +02:00
parent e6aea514df
commit cf3120eb68
@@ -57,6 +57,7 @@ class ProfileController extends Controller
->tableSort($data['tableSort'])
->paginate(10);
$data['showAuthors'] = true;
return view('profile.view', $data);
}