show table authors in the favourites listing
This commit is contained in:
@@ -57,6 +57,7 @@ class ProfileController extends Controller
|
||||
->tableSort($data['tableSort'])
|
||||
->paginate(10);
|
||||
|
||||
$data['showAuthors'] = true;
|
||||
return view('profile.view', $data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user