From fd0221c728d860f94bb2eea2de2f038a443dcc35 Mon Sep 17 00:00:00 2001 From: Marcos Di Paolo Date: Fri, 29 Jan 2021 03:11:51 -0300 Subject: [PATCH] make send method an instance method --- src/Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mailer.php b/src/Mailer.php index 52fb64c..785819c 100644 --- a/src/Mailer.php +++ b/src/Mailer.php @@ -27,7 +27,7 @@ public function __construct() * @param int $priority * @return int */ - public static function send( + public function send( string $subject, string $mailFrom, string $nameFrom,