save sentinel form update
This commit is contained in:
@@ -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])) {
|
||||
|
Reference in New Issue
Block a user