8000 add missing use statement · symfony/symfony@cfab105 · GitHub
[go: up one dir, main page]

Skip to content

Commit cfab105

Browse files
committed
add missing use statement
1 parent 28f1ab6 commit cfab105

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 Sym 5BEE fony\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)
0