fix before upgrade dependency

This commit is contained in:
Yuri Kuznetsov
2024-12-19 15:52:13 +02:00
parent a91016d193
commit 12084b05d3
+1 -1
View File
@@ -115,7 +115,7 @@ class BeforeUpgrade
$errorMessageList = [];
$this->processCheckExtension('VoIP Integration', '2.0.0', $errorMessageList);
$this->processCheckExtension('Real Estate', '1.8.3', $errorMessageList);
$this->processCheckExtension('Real Estate', '1.8.2', $errorMessageList);
if (!count($errorMessageList)) {
return;