Browse Source

Update SettingsController

Daniel Supernault 7 years ago
parent
commit
3a5ac488c0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Http/Controllers/SettingsController.php

+ 2 - 0
app/Http/Controllers/SettingsController.php

@@ -171,6 +171,8 @@ class SettingsController extends Controller
       $fields = [
           'is_private',
           'crawlable',
+          'show_profile_follower_count',
+          'show_profile_following_count'
       ];
       foreach($fields as $field) {
           $form = $request->input($field);