Added additional mail markdown config variables

This commit is contained in:
snipe 2017-04-27 02:27:57 -07:00
parent e088eea2f7
commit 07f8c9dc5e

View file

@ -132,4 +132,15 @@ return [
'sendmail' => '/usr/sbin/sendmail -bs',
'markdown' => [
'theme' => 'default',
'paths' => [
resource_path('views/vendor/mail'),
],
],
];