File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ security context (i.e. the ``security.context`` service). Each one decides
2525if the current user should have access to some resource.
2626
2727Ultimately, Symfony takes the responses from all voters and makes the final
28- decission (to allow or deny access to the resource) according to the strategy defined
28+ decision (to allow or deny access to the resource) according to the strategy defined
2929in the application, which can be: affirmative, consensus or unanimous.
3030
3131For more information take a look at
@@ -207,7 +207,7 @@ and tag it with ``security.voter``:
207207
208208 // app/config/services.php
209209 use Symfony\Component\DependencyInjection\Definition;
210-
210+
211211 $definition = new Definition('AppBundle\Security\Authorization\Voter\PostVoter');
212212 $definition
213213 ->setPublic(false)
You can’t perform that action at this time.
0 commit comments