mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +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