8000 bug #38578 Add missing use statement (jderusse) · symfony/symfony@6bbab59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6bbab59

Browse files
committed
bug #38578 Add missing use statement (jderusse)
This PR was merged into the 5.1 branch. Discussion ---------- Add missing use statement | Q | A | ------------- | --- | Branch? | 5.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | / | License | MIT | Doc PR | / The `StoreInterface` has been renamed into `PersistingStoreInterface` in 4.4, but people are allowed to use an old version of the Lock component with a recent version of the FrameworkBundle. The StoreInterface is used here: https://github.com/symfony/symfony/blob/3e587d7013fa33ce9abec2afb534ee1baea9ef41/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php#L1582 Commits ------- 4a63308 Add missing use statement
2 parents 3e587d7 + 4a63308 commit 6bbab59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

< 77E0 /div>
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