We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a35eb7 commit 8122414Copy full SHA for 8122414
src/Stubs/5/AbstractController.stubphp
@@ -4,6 +4,8 @@ namespace Symfony\Bundle\FrameworkBundle\Controller;
4
5
use Symfony\Contracts\Service\ServiceSubscriberInterface;
6
use Psr\Container\ContainerInterface;
7
+use Symfony\Component\Form\FormInterface;
8
+use Symfony\Component\Form\FormTypeInterface;
9
10
class AbstractController implements ServiceSubscriberInterface
11
{
0 commit comments