1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 05:32:39 +01:00

Merge pull request #4920 from turbo124/v5-develop

Add back
This commit is contained in:
David Bomba 2021-02-16 22:47:46 +11:00 committed by GitHub
commit 2418b823d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;