Skip to content

Commit 8122414

Browse files
authored
Update AbstractController.stubphp (#161)
added needed uses
1 parent 3a35eb7 commit 8122414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Stubs/5/AbstractController.stubphp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ namespace Symfony\Bundle\FrameworkBundle\Controller;
44

55
use Symfony\Contracts\Service\ServiceSubscriberInterface;
66
use Psr\Container\ContainerInterface;
7+
use Symfony\Component\Form\FormInterface;
8+
use Symfony\Component\Form\FormTypeInterface;
79

810
class AbstractController implements ServiceSubscriberInterface
911
{

0 commit comments

Comments
 (0)