fix: disable sentinel for now

This commit is contained in:
Andras Bacsai
2024-10-24 11:10:02 +02:00
parent f9bf2e3eaf
commit 70aa61c59e
3 changed files with 62 additions and 50 deletions

View File

@@ -362,6 +362,10 @@ 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])) {