Total Complexity | 3 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | |||
21 | class EkinoNewRelicBundle extends Bundle |
||
22 | { |
||
23 | public function build(ContainerBuilder $container) |
||
28 | } |
||
29 | |||
30 | public function boot() |
||
31 | { |
||
32 | parent::boot(); |
||
33 | |||
34 | if ($this->container->has(DeprecationListener::class)) { |
||
35 | $this->container->get(DeprecationListener::class)->register(); |
||
39 |