Skip to content

Commit

Permalink
Update Mail.php
Browse files Browse the repository at this point in the history
  • Loading branch information
parsgit authored Nov 6, 2023
1 parent a800afd commit 92150ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ public static function get($name = 'main'){
return self::$config[$name];
}

public static function new($name = 'main'){
return self::get($name);
}

}

0 comments on commit 92150ad

Please sign in to comment.