Skip to content

Commit 345015b

Browse files
[SecurityBundle] fix autoconfiguring Monolog's ProcessorInterface
1 parent 7000530 commit 345015b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Compiler/RegisterTokenUsageTrackingPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler;
1313

14-
use Symfony\Bridge\Monolog\Processor\ProcessorInterface;
14+
use Monolog\Processor\ProcessorInterface;
1515
use Symfony\Component\DependencyInjection\Argument\BoundArgument;
1616
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1717
use Symfony\Component\DependencyInjection\ContainerBuilder;

0 commit comments

Comments
 (0)