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 891b718 commit 32b5b75Copy full SHA for 32b5b75
app/Jobs/UpdateSite.php
@@ -146,7 +146,7 @@ public function handle(): void
146
$connection->notificationSuccess(["fromVersion" => $healthResult->cms_version]);
147
148
// Trigger site health check to write the update version back to the db
149
- CheckSiteHealth::dispatch($this->site)
+ CheckSiteHealth::dispatch($this->site);
150
}
151
152
protected function performExtraction(PrepareUpdate $prepareResult): void
0 commit comments