Completed
Push — master ( 0cb644...0bb6a0 )
by Pascal
11:56
created
Notifier/Mailer.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -57,12 +57,12 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.