diff --git a/config/services.yaml b/config/services.yaml index 8400ee4..b7dea53 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -1,5 +1,11 @@ services: SymSensor\ActuatorDoctrineBundle\Service\Health\Indicator\Doctrine: tags: ['sym_sensor_actuator.health_indicator'] + arguments: + - [ ] + + + SymSensor\ActuatorDoctrineBundle\Service\Info\Collector\Doctrine: + tags: ['sym_sensor_actuator.info_collector'] arguments: - [ ] \ No newline at end of file