Skip to content

Commit 03f0f26

Browse files
committed
fix(core) group_tvs is int not bool
1 parent 760d199 commit 03f0f26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/Traits/Settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ trait Settings
5151
'tree_page_click' => 'int',
5252
'allow_multiple_emails' => 'bool',
5353
'use_editor' => 'bool',
54-
'group_tvs' => 'bool',
54+
'group_tvs' => 'int',
5555
'jpegQuality' => 'int',
5656
'thumbHeight' => 'int',
5757
'maxImageHeight' => 'int',

0 commit comments

Comments
 (0)