| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) : SaveContentConfigObserver |
||
| 25 | { |
||
| 26 | $config = $container->get('config'); |
||
| 27 | return new SaveContentConfigObserver( |
||
| 28 | new PhpArray(), |
||
| 29 | $config['markdown_cms']['options']['content_config_path'] |
||
| 30 | ); |
||
| 31 | } |
||
| 32 | } |