We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f0979 commit e944ab1Copy full SHA for e944ab1
Resources/config/services/admin.php
@@ -11,6 +11,7 @@
11
12
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
13
14
+use Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface;
15
use function Symfony\Component\DependencyInjection\Loader\Configurator\service;
16
17
return static function(ContainerConfigurator $container) {
@@ -44,7 +45,7 @@
44
45
->public()
46
->args([
47
service('fos_rest.view_handler.default'),
- service('security.token_storage'),
48
+ service(TokenStorageInterface::class),
49
service('sulu_form.manager.form'),
50
service('sulu_core.doctrine_rest_helper'),
51
service('sulu_core.doctrine_list_builder_factory'),
0 commit comments