Completed
Push — master ( 2c8efd...fa85ab )
by Roberto
05:51 queued 39s
created
src/Base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@
 block discarded – undo
219 219
         if (!empty($this->pdf)) {
220 220
             $this->mail->addStringAttachment(
221 221
                 $this->pdf,
222
-                $this->fields->id. '.pdf',
222
+                $this->fields->id . '.pdf',
223 223
                 'base64',
224 224
                 'application/pdf'
225 225
             );
Please login to merge, or discard this patch.