@@ -34,7 +34,7 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | public function __construct() |
| 36 | 36 | { |
| 37 | - add_action('phpmailer_init', [$this, 'mailer']); |
|
| 37 | + add_action('phpmailer_init', [ $this, 'mailer' ]); |
|
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | /** |