Commit 1c6a7b5f authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 866ebd9f
...@@ -46,7 +46,7 @@ class MailService{ ...@@ -46,7 +46,7 @@ class MailService{
public function registerProvider($config) public function registerProvider($config)
{ {
app('config')->set(['mail' => $config]); app('config')->set(['mail' => $config]);
$mailerServiceProvider = app(MailerServiceProvider::class); //$mailerServiceProvider = app(MailerServiceProvider::class);
//$mailerServiceProvider->setMailerPlatform('rhawn'); //$mailerServiceProvider->setMailerPlatform('rhawn');
app()->register(MailServiceProvider::class); app()->register(MailServiceProvider::class);
} }
......
Markdown is supported
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