show table authors in the favourites listing

master
Ondřej Hruška 6 years ago
parent e6aea514df
commit cf3120eb68
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 1
      app/Http/Controllers/ProfileController.php

@ -57,6 +57,7 @@ class ProfileController extends Controller
->tableSort($data['tableSort'])
->paginate(10);
$data['showAuthors'] = true;
return view('profile.view', $data);
}

Loading…
Cancel
Save