Minor code formatting improvement

This commit is contained in:
Luke Towers 2019-09-25 11:17:59 -06:00
parent 811b431474
commit 744263eb4b

View File

@ -13,13 +13,13 @@ class MailSetting extends Model
{
use \October\Rain\Database\Traits\Validation;
const MODE_LOG = 'log';
const MODE_MAIL = 'mail';
const MODE_SENDMAIL = 'sendmail';
const MODE_SMTP = 'smtp';
const MODE_MAILGUN = 'mailgun';
const MODE_MANDRILL = 'mandrill';
const MODE_SES = 'ses';
const MODE_LOG = 'log';
const MODE_MAIL = 'mail';
const MODE_SENDMAIL = 'sendmail';
const MODE_SMTP = 'smtp';
const MODE_MAILGUN = 'mailgun';
const MODE_MANDRILL = 'mandrill';
const MODE_SES = 'ses';
const MODE_SPARKPOST = 'sparkpost';
/**