File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Resources/config/services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111
1212use Symfony \Component \DependencyInjection \Loader \Configurator \ContainerConfigurator ;
1313
14- use Symfony \Component \Security \Csrf \ TokenStorage \TokenStorageInterface ;
14+ use Symfony \Component \Security \Core \ Authentication \ Token \ Storage \TokenStorageInterface ;
1515use function Symfony \Component \DependencyInjection \Loader \Configurator \service ;
1616
1717return static function (ContainerConfigurator $ container ) {
5959 ->public ()
6060 ->args ([
6161 service ('fos_rest.view_handler.default ' ),
62- service (' security.token_storage ' ),
62+ service (TokenStorageInterface::class ),
6363 service ('sulu_core.doctrine_rest_helper ' ),
6464 service ('sulu_core.doctrine_list_builder_factory ' ),
6565 service ('sulu.list.provider.registry ' ),
You can’t perform that action at this time.
0 commit comments