Skip to content

Commit

Permalink
Update AbstractController.stubphp (#161)
Browse files Browse the repository at this point in the history
added needed uses
  • Loading branch information
Punk-UnDeaD committed Mar 24, 2021
1 parent 3a35eb7 commit 8122414
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Stubs/5/AbstractController.stubphp
Expand Up @@ -4,6 +4,8 @@ namespace Symfony\Bundle\FrameworkBundle\Controller;

use Symfony\Contracts\Service\ServiceSubscriberInterface;
use Psr\Container\ContainerInterface;
use Symfony\Component\Form\FormInterface;
use Symfony\Component\Form\FormTypeInterface;

class AbstractController implements ServiceSubscriberInterface
{
Expand Down

0 comments on commit 8122414

Please sign in to comment.