Refactor isExperimentalEnabled function and remove its usage
This commit is contained in:
@@ -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])) {
|
||||
|
Reference in New Issue
Block a user