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 57725de + 4b3d545 commit b21d1e5Copy full SHA for b21d1e5
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/AddSecurityVotersPassTest.php
@@ -16,6 +16,7 @@
16
use Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddSecurityVotersPass;
17
use Symfony\Component\DependencyInjection\ContainerBuilder;
18
use Symfony\Component\DependencyInjection\Definition;
19
+use Symfony\Component\DependencyInjection\Exception\LogicException;
20
use Symfony\Component\DependencyInjection\Reference;
21
use Symfony\Component\Security\Core\Authorization\AccessDecisionManager;
22
use Symfony\Component\Security\Core\Authorization\Voter\Voter;
0 commit comments