瀏覽代碼

Merge pull request #141 from SergiX44/analysis-OM5eOR

Apply fixes from StyleCI
Sergio Brighenti 5 年之前
父節點
當前提交
f30d2b4011
共有 1 個文件被更改,包括 1 次插入2 次删除
  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);
     }
-}
+}