8000 Add missing use statement · symfony/symfony@4a63308 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a63308

Browse files
committed
Add missing use statement
1 parent 3e587d7 commit 4a63308

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
use Symfony\Component\Lock\LockInterface;
7575
use Symfony\Component\Lock\PersistingStoreInterface;
7676
use Symfony\Component\Lock\Store\StoreFactory;
77+
use Symfony\Component\Lock\StoreInterface;
7778
use Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory;
7879
use Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory;
7980
use Symfony\Component\Mailer\Bridge\Mailchimp\Transport\MandrillTransportFactory;

0 commit comments

Comments
 (0)
0