| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class Mailer extends \yii\swiftmailer\Mailer |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Ensure we have a from address - if not use globally defined email |
||
| 14 | * @inheritdoc |
||
| 15 | */ |
||
| 16 | public function compose($view = null, array $params = []) |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Ensure we have a from address - if not use globally defined email |
||
| 30 | * @inheritdoc |
||
| 31 | */ |
||
| 32 | public function sendMessage($message) |
||
| 37 |