This commit is contained in:
Andras Bacsai
2023-04-27 13:52:00 +02:00
parent 9e06058b59
commit 227eebc5f0

View File

@@ -24,6 +24,7 @@ class CheckUpdate extends Component
} }
public function forceUpgrade() public function forceUpgrade()
{ {
$this->checkUpdate();
$this->upgrade(); $this->upgrade();
} }
public function checkUpdate() public function checkUpdate()