Completed
Push — master ( 9ab85d...15403c )
by Beñat
04:37 queued 01:49
created
src/LIN3S/WPFoundation/Configuration/Mailer/LocalMailer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.