File tree 1 file changed +2
-2
lines changed
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
25
25
if the current user should have access to some resource.
26
26
27
27
Ultimately, 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
29
29
in the application, which can be: affirmative, consensus or unanimous.
30
30
31
31
For more information take a look at
@@ -207,7 +207,7 @@ and tag it with ``security.voter``:
207
207
208
208
// app/config/services.php
209
209
use Symfony\Component\DependencyInjection\Definition;
210
-
210
+
211
211
$definition = new Definition('AppBundle\Security\Authorization\Voter\PostVoter');
212
212
$definition
213
213
->setPublic(false)
You can’t perform that action at this time.
0 commit comments