Skip to content

Commit 32b5b75

Browse files
committed
syntax fix
1 parent 891b718 commit 32b5b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Jobs/UpdateSite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function handle(): void
146146
$connection->notificationSuccess(["fromVersion" => $healthResult->cms_version]);
147147

148148
// Trigger site health check to write the update version back to the db
149-
CheckSiteHealth::dispatch($this->site)
149+
CheckSiteHealth::dispatch($this->site);
150150
}
151151

152152
protected function performExtraction(PrepareUpdate $prepareResult): void

0 commit comments

Comments
 (0)