Apply fixes from StyleCI
@@ -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);
}
-}
+}