save sentinel form update

This commit is contained in:
Andras Bacsai
2024-10-25 11:42:37 +02:00
parent b03767713f
commit 2263734129
3 changed files with 67 additions and 65 deletions

View File

@@ -173,9 +173,6 @@ function get_latest_sentinel_version(): string
return data_get($versions, 'coolify.sentinel.version');
} catch (\Throwable $e) {
//throw $e;
ray($e->getMessage());
return '0.0.0';
}
}
@@ -362,10 +359,6 @@ function isCloud(): bool
return ! config('coolify.self_hosted');
}
function isExperimentalFeaturesEnabled(): bool
{
return config('coolify.is_experimental_features_enabled');
}
function translate_cron_expression($expression_to_validate): string
{
if (isset(VALID_CRON_STRINGS[$expression_to_validate])) {