Skip to content

Commit 66583f3

Browse files
committed
Merge branch '5.1' into 5.x
* 5.1: [Messenger][Doctrine] Avoid early db access for pgsql detection Add missing use statement
2 parents 5aececa + cf89059 commit 66583f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
use Symfony\Component\Lock\LockInterface;
7878
use Symfony\Component\Lock\PersistingStoreInterface;
7979
use Symfony\Component\Lock\Store\StoreFactory;
80+
use Symfony\Component\Lock\StoreInterface;
8081
use Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory;
8182
use Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory;
8283
use Symfony\Component\Mailer\Bridge\Mailchimp\Transport\MandrillTransportFactory;

0 commit comments

Comments
 (0)