Completed
Push — master ( 73f2e8...1cfd7b )
by Yaro
01:32
created
src/Drivers/Mail.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
     protected function prepare() 
11 11
     {
12 12
         $this->config['from_name']  = $this->config['from_name'] ?: 'Log Envelope';
13
-        $this->config['from_email'] = $this->config['from_email'] ?: 'logenvelope@'. $this->data['host'];
13
+        $this->config['from_email'] = $this->config['from_email'] ?: 'logenvelope@' . $this->data['host'];
14 14
     } // end prepare
15 15
     
16 16
     protected function check() 
Please login to merge, or discard this patch.