File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ public function handle(): void
144144 }
145145
146146 // Notify users
147- $ connection ->notificationSuccess (["fromVersion " => $ healthResult ->cms_version ]);
147+ $ connection ->notificationSuccess (["fromVersion " => $ healthResult ->cms_version , " toVersion " => $ this -> targetVersion ]);
148148
149149 // Trigger site health check to write the update version back to the db
150150 CheckSiteHealth::dispatch ($ this ->site );
@@ -213,7 +213,7 @@ public function failed(\Exception $exception): void
213213 $ connection = $ this ->site ->connection ;
214214
215215 // Notify users
216- $ connection ->notificationFailed (["fromVersion " => $ this ->site ->cms_version ]);
216+ $ connection ->notificationFailed (["fromVersion " => $ this ->site ->cms_version , " toVersion " => $ this -> targetVersion ]);
217217
218218 // We log any issues during the update to the DB
219219 $ this ->site ->updates ()->create ([
You can’t perform that action at this time.
0 commit comments