mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
fix: streamline helper version retrieval and improve migration clarity
This commit is contained in:
@@ -2907,8 +2907,7 @@ function getHelperVersion(): string
|
||||
return $settings->dev_helper_version;
|
||||
}
|
||||
|
||||
// In production or when dev_helper_version is not set, use the configured helper_version
|
||||
return $settings->helper_version ?? config('constants.coolify.helper_version');
|
||||
return config('constants.coolify.helper_version');
|
||||
}
|
||||
|
||||
function loadConfigFromGit(string $repository, string $branch, string $base_directory, int $server_id, int $team_id)
|
||||
|
||||
Reference in New Issue
Block a user