Skip to content

Commit 0c50ba6

Browse files
committed
fix: app status
1 parent f61a143 commit 0c50ba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Models/Traits/AppServiceTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ public static function handleAppData(array $data)
3636
'access_path' => $data['accessPath'] ?? null,
3737
'settings_path' => $data['settingsPath'] ?? null,
3838
'is_upgrade' => false,
39+
'upgrade_version' => null,
3940
'upgrade_code' => $data['upgradeCode'] ?? null,
41+
'is_enabled' => false,
4042
'deleted_at' => null,
4143
]);
4244

0 commit comments

Comments
 (0)