@@ -57,12 +57,12 @@ |
||
57 | 57 | $subject, |
58 | 58 | $template |
59 | 59 | ){ |
60 | - $this->mailer = $mailer; |
|
61 | - $this->templating = $templating; |
|
62 | - $this->from = $from; |
|
63 | - $this->to = $to; |
|
64 | - $this->subject = $subject; |
|
65 | - $this->template = $template; |
|
60 | + $this->mailer = $mailer; |
|
61 | + $this->templating = $templating; |
|
62 | + $this->from = $from; |
|
63 | + $this->to = $to; |
|
64 | + $this->subject = $subject; |
|
65 | + $this->template = $template; |
|
66 | 66 | } |
67 | 67 | |
68 | 68 | /** |