Add missing use statement

This commit is contained in:
Jérémy Derussé 2020-10-15 01:12:09 +02:00
parent 3e587d7013
commit 4a63308fb3
No known key found for this signature in database
GPG Key ID: 2083FA5758C473D2

View File

@ -74,6 +74,7 @@ use Symfony\Component\Lock\LockFactory;
use Symfony\Component\Lock\LockInterface;
use Symfony\Component\Lock\PersistingStoreInterface;
use Symfony\Component\Lock\Store\StoreFactory;
use Symfony\Component\Lock\StoreInterface;
use Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory;
use Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory;
use Symfony\Component\Mailer\Bridge\Mailchimp\Transport\MandrillTransportFactory;