8000
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 e6e68e8 commit 4b3d545Copy full SHA for 4b3d545
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