Skip to content

Commit 92150ad

Browse files
authored
Update Mail.php
1 parent a800afd commit 92150ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Mail.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ public static function get($name = 'main'){
1414
return self::$config[$name];
1515
}
1616

17+
public static function new($name = 'main'){
18+
return self::get($name);
19+
}
1720

1821
}

0 commit comments

Comments
 (0)