mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 05:32:39 +01:00
commit
2418b823d2
@ -14,7 +14,7 @@ class GmailTransportManager extends MailManager
|
||||
{
|
||||
info("booting gmail transport");
|
||||
// $token = $this->app['config']->get('services.gmail.token', []);
|
||||
//$token = config('services.gmail.token');
|
||||
$token = config('services.gmail.token');
|
||||
|
||||
$mail = new Mail;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user