| Conditions | 1 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 32 | public function process(ContainerBuilder $container) |
||
| 33 | { |
||
| 34 | $definition = new Definition('Thruster\Bundle\SymfonyJsonBodyParserBundle\RequestListener'); |
||
| 35 | $definition->addTag('kernel.event_subscriber'); |
||
| 36 | |||
| 37 | $container->setDefinition('thruster_json_body_parser', $definition); |
||
| 38 | } |
||
| 39 | } |
||
| 44 |