Skip to content

Commit fcf07ae

Browse files
minor symfony#39994 [FrameworkBundle] add missing use statement (xabbuh)
This PR was merged into the 5.1 branch. Discussion ---------- [FrameworkBundle] add missing use statement | Q | A | ------------- | --- | Branch? | 5.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- cfab105 add missing use statement
2 parents 28f1ab6 + cfab105 commit fcf07ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Controller/AbstractControllerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
namespace Symfony\Bundle\FrameworkBundle\Tests\Controller;
1313

14+
use Doctrine\Persistence\ManagerRegistry;
1415
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
1516
use Symfony\Bundle\FrameworkBundle\Tests\TestCase;
1617
use Symfony\Component\DependencyInjection\Container;

0 commit comments

Comments
 (0)