Merge branch 'next' into main

This commit is contained in:
Marvin von Rappard
2024-11-25 13:44:24 +01:00
committed by GitHub
25 changed files with 364 additions and 275 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';
}