diff --git a/src/Mail/Mail.php b/src/Mail/Mail.php index 3dc0f7db..920fb689 100644 --- a/src/Mail/Mail.php +++ b/src/Mail/Mail.php @@ -66,14 +66,15 @@ public static function configure(array $config = []): MailDriverInterface if (!isset($config['driver'])) { throw new MailException( - "The driver is not defined.", E_USER_ERROR + "The driver is not defined.", + E_USER_ERROR ); - } if (!in_array($config['driver'], array_keys(static::$drivers))) { throw new MailException( - "The driver is not defined.", E_USER_ERROR + "The driver is not defined.", + E_USER_ERROR ); }