Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
25 | public function load(ContainerBuilder $container, array $config) |
||
26 | { |
||
27 | $definition = new Definition('Novaway\CommonContexts\Context\ContextClass\ClassResolver'); |
||
28 | $definition->addTag(ContextExtension::CLASS_RESOLVER_TAG); |
||
29 | $container->setDefinition('nw_common_contexts.class_resolver', $definition); |
||
30 | } |
||
31 | |||
53 |