fix coolify always in cloud mode

This commit is contained in:
peaklabs-dev
2024-11-13 18:41:23 +01:00
parent 1be3423bcc
commit 85c2345bea

View File

@@ -359,7 +359,7 @@ function isDev(): bool
function isCloud(): bool
{
return ! config('.self_hosted');
return ! config('constants.coolify.self_hosted');
}
function translate_cron_expression($expression_to_validate): string