Explorar o código

Update SettingsController

Daniel Supernault %!s(int64=7) %!d(string=hai) anos
pai
achega
3a5ac488c0
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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);