File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public function handle(): void
7979 }
8080
8181 // Run the postupdate steps
82- if (!$ connection ->finalizeUpdate ()->success ) {
82+ if (!$ connection ->finalizeUpdate ([ " fromVersion " => $ healthResult -> cms_version ] )->success ) {
8383 throw new UpdateException (
8484 "finalize " ,
8585 "Update for site failed in postprocessing: " . $ this ->site ->id
Original file line number Diff line number Diff line change 2121 * @method HealthCheckResponse checkHealth()
2222 * @method GetUpdateResponse getUpdate()
2323 * @method PrepareUpdateResponse prepareUpdate(array<string,string> $data)
24- * @method FinalizeUpdateResponse finalizeUpdate()
24+ * @method FinalizeUpdateResponse finalizeUpdate(array<string,string> $data )
2525 */
2626class Connection
2727{
You can’t perform that action at this time.
0 commit comments