Commit 9f26f16e authored by Artem Iksanov's avatar Artem Iksanov
Browse files

refactoring

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -73,7 +73,7 @@ class StandardMail
if (is_array($connection)) {
$smtpOpts = $connection;
} else {
$smtpOpts = static::$preconfigureConnections[ $connection ];
$smtpOpts = self::$preconfigureConnections[ $connection ];
}
if ($params) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment