improve plugin checkMainApplicationVersion

This commit is contained in:
xiaomlove
2025-05-18 15:05:37 +07:00
parent 40fcc85e55
commit 702d37c12f
4 changed files with 48 additions and 37 deletions

View File

@@ -38,7 +38,7 @@ class Plugin extends Command
return 1;
}
try {
$mainClass->checkMainApplicationVersion();
$mainClass->checkMainApplicationVersion(false);
} catch (\Exception $exception) {
$this->error($exception->getMessage());
return 1;