fix coolify always in cloud mode
This commit is contained in:
parent
1be3423bcc
commit
85c2345bea
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue