Skip to content

Commit 0c5f19f

Browse files
committed
Update default params in installer command
1 parent 3c24b73 commit 0c5f19f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Installer/Command/Tabs.php

+3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ public function execute($request)
9393

9494
$data = array_merge([
9595
'status' => 1,
96+
'widget_tab' => 0,
97+
'is_ajax' => 0,
98+
'can_listen_product' => 0,
9699
], $data);
97100

98101
try {

0 commit comments

Comments
 (0)