From 2ef27b5e8fe50330b7f132081abd912cc9a39f9a Mon Sep 17 00:00:00 2001 From: boban Date: Tue, 28 Oct 2025 22:26:47 +0100 Subject: [PATCH] =?UTF-8?q?Fix:=20Mailbox=20Stats=20=C3=BCber=20Dovecot=20?= =?UTF-8?q?mit=20config/mailpool.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Livewire/Ui/System/UpdateCard.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Livewire/Ui/System/UpdateCard.php b/app/Livewire/Ui/System/UpdateCard.php index e6292bd..bd6d2a3 100644 --- a/app/Livewire/Ui/System/UpdateCard.php +++ b/app/Livewire/Ui/System/UpdateCard.php @@ -32,7 +32,6 @@ class UpdateCard extends Component public ?string $errorLine = null; // Fehlerzeile bei rc != 0 public ?string $message = null; - /* ===== Intern ===== */ public bool $postActionsDone = false; protected string $cacheStartedAtKey = 'mw.update.started_at'; protected int $failsafeSeconds = 20 * 60;