From ca917d9d2158c95e61b9871c01062a491c8915ae Mon Sep 17 00:00:00 2001 From: Benjamin Rumble Date: Thu, 27 Jun 2024 11:30:28 -0400 Subject: [PATCH 1/2] fix minor typo in backup.blade.php ~add as a database~ -> add a database --- resources/views/livewire/settings/backup.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/settings/backup.blade.php b/resources/views/livewire/settings/backup.blade.php index 50f5f3d28..d517b9516 100644 --- a/resources/views/livewire/settings/backup.blade.php +++ b/resources/views/livewire/settings/backup.blade.php @@ -24,7 +24,7 @@ @else - To configure automatic backup for your Coolify instance, you first need to add as a database resource + To configure automatic backup for your Coolify instance, you first need to add a database resource into Coolify. Add Database @endif From e3c4ebb12189ae80acdcff509b715d010e9f25fe Mon Sep 17 00:00:00 2001 From: andrasbacsai Date: Fri, 28 Jun 2024 10:04:28 +0000 Subject: [PATCH 2/2] Fix styling --- app/Jobs/DockerCleanupJob.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Jobs/DockerCleanupJob.php b/app/Jobs/DockerCleanupJob.php index e42caeead..785940ee6 100644 --- a/app/Jobs/DockerCleanupJob.php +++ b/app/Jobs/DockerCleanupJob.php @@ -22,9 +22,7 @@ class DockerCleanupJob implements ShouldBeEncrypted, ShouldQueue public ?int $usageBefore = null; - public function __construct(public Server $server) - { - } + public function __construct(public Server $server) {} public function handle(): void {