diff --git a/app/Http/Livewire/CheckUpdate.php b/app/Http/Livewire/CheckUpdate.php index f5a1327bd..069cf60c9 100644 --- a/app/Http/Livewire/CheckUpdate.php +++ b/app/Http/Livewire/CheckUpdate.php @@ -24,6 +24,7 @@ protected function upgrade() } public function forceUpgrade() { + $this->checkUpdate(); $this->upgrade(); } public function checkUpdate()