mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-31 12:34:39 +00:00
wip
This commit is contained in:
@@ -130,5 +130,5 @@ function isDev()
|
||||
}
|
||||
function isCloud()
|
||||
{
|
||||
return (bool)config('coolify.self_hosted') === false;
|
||||
return !config('coolify.self_hosted');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user