| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 4 | ||
| Bugs | 0 | Features | 3 |
| 1 | <?php |
||
| 14 | public function build(ContainerBuilder $container) |
||
| 15 | { |
||
| 16 | parent::build($container); |
||
| 17 | |||
| 18 | $container->addCompilerPass(new Compiler\SettingsAwarePass()); |
||
| 19 | $container->addCompilerPass(new Compiler\SyliusOverridePass()); |
||
| 20 | $container->addCompilerPass(new Compiler\FormFactoryPass()); |
||
| 21 | $container->addCompilerPass(new Compiler\SlugifyPass()); |
||
| 22 | } |
||
| 23 | } |
||
| 24 |