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.
2 parents 894fd6d + e45779a commit d0a0a04Copy full SHA for d0a0a04
controller/argument_value_resolver.rst
@@ -172,7 +172,7 @@ and adding a priority.
172
// app/config/services.php
173
use Symfony\Component\DependencyInjection\Definition;
174
175
- $defintion = new Definition(
+ $definition = new Definition(
176
'AppBundle\ArgumentResolver\UserValueResolver',
177
array(new Reference('security.token_storage'))
178
);
0 commit comments