We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a280a3 commit 5b49c7bCopy full SHA for 5b49c7b
controller/argument_value_resolver.rst
@@ -96,8 +96,11 @@ retrieved from the token storage::
96
namespace AppBundle\ArgumentResolver;
97
98
use AppBundle\Entity\User;
99
+ use Symfony\Component\HttpFoundation\Request;
100
use Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface;
101
+ use Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata;
102
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
103
+ use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
104
105
class UserValueResolver implements ArgumentValueResolverInterface
106
{
0 commit comments