diff --git a/app/Livewire/Ui/System/UpdateCard.php b/app/Livewire/Ui/System/UpdateCard.php index 12206e1..92e0b60 100644 --- a/app/Livewire/Ui/System/UpdateCard.php +++ b/app/Livewire/Ui/System/UpdateCard.php @@ -30,6 +30,7 @@ class UpdateCard extends Component public ?string $progressLine = null; // Einzeilige Live-Statuszeile public ?string $errorLine = null; // Fehlerzeile bei rc != 0 + public ?string $message = null; /* ===== Intern ===== */ public bool $postActionsDone = false; protected string $cacheStartedAtKey = 'mw.update.started_at';