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 20
20
use Symfony \Bundle \MonologBundle \DependencyInjection \Compiler \LoggerChannelPass ;
21
21
use Symfony \Bundle \MonologBundle \DependencyInjection \Compiler \DebugHandlerPass ;
22
22
use Symfony \Bundle \MonologBundle \DependencyInjection \Compiler \AddProcessorsPass ;
23
- use Symfony \Bundle \MonologBundle \DependencyInjection \Compiler \RemoveEmptyLoggerPass ;
23
+ use Symfony \Bundle \MonologBundle \DependencyInjection \Compiler \FixEmptyLoggerPass ;
24
24
25
25
/**
26
26
* Bundle.
@@ -35,7 +35,7 @@ public function build(ContainerBuilder $container)
35
35
36
36
$ container ->addCompilerPass ($ channelPass = new LoggerChannelPass ());
37
37
$ container ->addCompilerPass (new DebugHandlerPass ($ channelPass ));
38
- $ container ->addCompilerPass (new RemoveEmptyLoggerPass ($ channelPass ));
38
+ $ container ->addCompilerPass (new FixEmptyLoggerPass ($ channelPass ));
39
39
$ container ->addCompilerPass (new AddProcessorsPass ());
40
40
$ container ->addCompilerPass (new AddSwiftMailerTransportPass ());
41
41
}
You can’t perform that action at this time.
0 commit comments