app['config']->get('services.gmail.token', []); $mail = new Mail; return new GmailTransport($mail, $token); } }