Skip to content

Commit

Permalink
make send method an instance method
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosdipaoloSV committed Jan 29, 2021
1 parent aeaf3fa commit fd0221c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fd0221c

Please sign in to comment.