1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Remove redundant package

This commit is contained in:
David Bomba 2022-07-11 21:40:54 +10:00
parent 9dd1941bc7
commit 7c66de28df

View File

@ -24,12 +24,6 @@ use Symfony\Component\Mime\MessageConverter;
class GmailTransport extends AbstractTransport
{
/**
* Create a new Gmail transport instance.
*
* @param Mail $gmail
* @param string $token
*/
public function __construct()
{
parent::__construct();