Skip to content

Commit 0dfc8b3

Browse files
committed
User: Fix category for changeable_options settings
1 parent d38efd9 commit 0dfc8b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CoreBundle/Migrations/Schema/V200/Version20170627122900.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ public function up(Schema $schema): void
276276
'timezone' => 'platform',
277277
'enable_profile_user_address_geolocalization' => 'profile',
278278
'exercise_hide_label' => 'exercise',
279+
'changeable_options' => 'profile',
279280
];
280281

281282
foreach ($settings as $variable => $category) {

0 commit comments

Comments
 (0)