File tree 2 files changed +0
-33
lines changed
src/Symfony/Bundle/DebugBundle
DependencyInjection/Compiler 2 files changed +0
-33
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bundle \DebugBundle ;
13
13
14
14
use Symfony \Bundle \DebugBundle \DependencyInjection \Compiler \DumpDataCollectorPass ;
15
- use Symfony \Bundle \DebugBundle \DependencyInjection \Compiler \RemoveWebServerBundleLoggerPass ;
16
15
use Symfony \Component \Console \Application ;
17
16
use Symfony \Component \DependencyInjection \ContainerBuilder ;
18
17
use Symfony \Component \HttpKernel \Bundle \Bundle ;
@@ -53,7 +52,6 @@ public function build(ContainerBuilder $container)
53
52
parent ::build ($ container );
54
53
55
54
$ container ->addCompilerPass (new DumpDataCollectorPass ());
56
- $ container ->addCompilerPass (new RemoveWebServerBundleLoggerPass ());
57
55
}
58
56
59
57
public function registerCommands (Application $ application )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments