1
0
Fork 0

Update SettingsController

This commit is contained in:
Daniel Supernault 2018-08-21 21:18:14 -06:00
parent 08f2a4be9e
commit 3a5ac488c0
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 0 deletions

View File

@ -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);