We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61a143 commit 0c50ba6Copy full SHA for 0c50ba6
src/Models/Traits/AppServiceTrait.php
@@ -36,7 +36,9 @@ public static function handleAppData(array $data)
36
'access_path' => $data['accessPath'] ?? null,
37
'settings_path' => $data['settingsPath'] ?? null,
38
'is_upgrade' => false,
39
+ 'upgrade_version' => null,
40
'upgrade_code' => $data['upgradeCode'] ?? null,
41
+ 'is_enabled' => false,
42
'deleted_at' => null,
43
]);
44
0 commit comments