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;