Skip to content

Commit e42435c

Browse files
authored
SiteUpdateManager should return $happyMessage and not the mailer service
1 parent f218dcd commit e42435c

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
@@ -361,7 +361,7 @@ made. To do that, you create a new class::
361361
);
362362
$this->mailer->send($message);
363363

364-
return $message;
364+
return $happyMessage;
365365
}
366366
}
367367

0 commit comments

Comments
 (0)