This commit is contained in:
songchenxuan
2023-06-15 17:17:11 +08:00
parent cbbdd1d202
commit 7ef01621c1
+1 -1
View File
@@ -83,7 +83,7 @@ class tutorialModel extends model
$product->deleted = '0';
$product->branch = '';
$product->reviewer = $this->app->user->account;
$product->branches = array('1' => 'Test branch');
$product->branches = array('1' => '0');
$product->plans = array('1' => 'Test plan');
return $product;