We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf5c6c commit 6c5853aCopy full SHA for 6c5853a
app/Jobs/CheckSiteHealth.php
@@ -53,7 +53,7 @@ public function handle(): void
53
}
54
55
// Available version is not newer, exit
56
- if (!version_compare($latestVersion, $this->site->cms_version, ">")) {
+ if (version_compare($latestVersion, $this->site->cms_version, ">")) {
57
return;
58
59
0 commit comments