File tree 1 file changed +2
-1
lines changed
src/Symfony/Bundle/FrameworkBundle/Controller
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 13
13
14
14
use Psr \Container \ContainerInterface ;
15
15
use Doctrine \Common \Persistence \ManagerRegistry ;
16
+ use Symfony \Component \DependencyInjection \ParameterBag \ContainerBagInterface ;
16
17
use Symfony \Component \DependencyInjection \ServiceSubscriberInterface ;
17
18
use Symfony \Component \Form \FormFactoryInterface ;
18
19
use Symfony \Component \HttpFoundation \RequestStack ;
@@ -84,7 +85,7 @@ public static function getSubscribedServices()
84
85
'form.factory ' => '? ' .FormFactoryInterface::class,
85
86
'security.token_storage ' => '? ' .TokenStorageInterface::class,
86
87
'security.csrf.token_manager ' => '? ' .CsrfTokenManagerInterface::class,
87
- 'parameter_bag ' => '? ' .ContainerInterface ::class,
88
+ 'parameter_bag ' => '? ' .ContainerBagInterface ::class,
88
89
'message_bus ' => '? ' .MessageBusInterface::class,
89
90
);
90
91
}
You can’t perform that action at this time.
0 commit comments