Refactor isExperimentalEnabled function and remove its usage

This commit is contained in:
Andras Bacsai
2024-10-24 13:28:12 +02:00
parent 96ea755a53
commit 23f7932964
2 changed files with 2 additions and 6 deletions

View File

@@ -362,10 +362,6 @@ function isCloud(): bool
return ! config('coolify.self_hosted');
}
function isExperimentalEnabled(): bool
{
return false;
}
function translate_cron_expression($expression_to_validate): string
{
if (isset(VALID_CRON_STRINGS[$expression_to_validate])) {