Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions controller/soap_web_service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ In this case, the SOAP service will allow the client to call a method called
{

$message = new \Swift_Message('Hello Service')
->setTo('me@example.com')
->setBody($name . ' says hi!');
->setTo('me@example.com')
->setBody($name.' says hi!');

$this->mailer->send($message);

Expand Down