Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #24 from jonasdekeukelaere/76-parameters
Browse files Browse the repository at this point in the history
Update parameters like Fork
  • Loading branch information
jonasdekeukelaere authored Aug 11, 2017
2 parents 0f7d2b3 + e9e10d7 commit 1eda628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/TutorialController.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function sendMailAction(Request $request)

// set some extra properties, just like you would do with a normal \Swift_Message
$message->setTo(
$this->getParameter('mailer_default_to_email')
$this->getParameter('mailer.default_to_email')
);

// send it
Expand Down

0 comments on commit 1eda628

Please sign in to comment.