Skip to content

Commit 7314d35

Browse files
committed
minor #8224 SiteUpdateManager should return $happyMessage and not the mailer service (revollat)
This PR was merged into the 3.3 branch. Discussion ---------- SiteUpdateManager should return $happyMessage and not the mailer service Commits ------- e42435c SiteUpdateManager should return $happyMessage and not the mailer service
2 parents 9111ea2 + e42435c commit 7314d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ made. To do that, you create a new class::
367367
);
368368
$this->mailer->send($message);
369369

370-
return $message;
370+
return $happyMessage;
371371
}
372372
}
373373

0 commit comments

Comments
 (0)