Merge branch 'next' into add-no-encryption-option

This commit is contained in:
Vishwanath Martur
2024-11-25 19:00:56 +05:30
committed by GitHub
54 changed files with 1009 additions and 363 deletions

View File

@@ -46,7 +46,7 @@ class DiscordMessage
public function toPayload(): array
{
$footerText = 'Coolify v'.config('version');
$footerText = 'Coolify v'.config('constants.coolify.version');
if (isCloud()) {
$footerText = 'Coolify Cloud';
}