Skip to content

Commit 3eb00e1

Browse files
committed
Fixing services
1 parent e944ab1 commit 3eb00e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/services/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
use 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;
1515
use function Symfony\Component\DependencyInjection\Loader\Configurator\service;
1616

1717
return static function(ContainerConfigurator $container) {

0 commit comments

Comments
 (0)