File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Security \Http \Controller ;
13
13
14
14
use Symfony \Component \HttpFoundation \Request ;
15
- use Symfony \Component \HttpKernel \Controller \ArgumentValueResolverInterface ;
16
15
use Symfony \Component \HttpKernel \Controller \ValueResolverInterface ;
17
16
use Symfony \Component \HttpKernel \ControllerMetadata \ArgumentMetadata ;
18
17
use Symfony \Component \Security \Core \Authentication \Token \Storage \TokenStorageInterface ;
25
24
*
26
25
* @author Iltar van der Berg <[email protected] >
27
26
*/
28
- final class UserValueResolver implements ArgumentValueResolverInterface, ValueResolverInterface
27
+ final class UserValueResolver implements ValueResolverInterface
29
28
{
30
29
private TokenStorageInterface $ tokenStorage ;
31
30
You can’t perform that action at this time.
0 commit comments