v1 Release
This commit is contained in:
@@ -93,7 +93,6 @@ class UserProfileController extends Controller
|
||||
'canView' => Gate::allows('viewProfileData', $user),
|
||||
'user' => $user,
|
||||
'followStatus' => auth()->check() ? auth()->user()->followStatus($user) : 'none',
|
||||
'otherUsersOnFlight' => $userFlight->otherUsersOnFlight(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user