Skip to content

Commit cf89059

Browse files
committed
Add missing use statement
1 parent 0bb5d4a commit cf89059

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
@@ -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)