Browse Source

Merge pull request #141 from SergiX44/analysis-OM5eOR

Apply fixes from StyleCI
Sergio Brighenti 5 years ago
parent
commit
f30d2b4011
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/Web/Mail.php

+ 1 - 2
app/Web/Mail.php

@@ -3,7 +3,6 @@
 
 namespace App\Web;
 
-
 use InvalidArgumentException;
 
 class Mail
@@ -124,4 +123,4 @@ class Mail
 
         return (int) mail($this->to, $this->subject, $this->message, $this->headers);
     }
-}
+}