File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+
2+ VERSION 1 RELEASE OF A NEW VERSION
3+ ===================================
4+
5+ Version 1.0.0 - Release of a new version
6+ 07/12/2017 14:41 1.0.0 initial release
7+ 11/12/2017 11:16 1.0.1 Symfony 3 support
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ services:
22 openconext.monitor.controller.info :
33 class : OpenConext\MonitorBundle\Controller\InfoController
44 arguments :
5- - ~
6- - %kernel.environment%
7- - %kernel.debug%
5+ - ' ~ '
6+ - ' %kernel.environment%'
7+ - ' %kernel.debug%'
88
99 openconext.monitor.controller.health :
1010 class : OpenConext\MonitorBundle\Controller\HealthController
1111 arguments :
12- - @openconext.monitor.health_check_chain
12+ - ' @openconext.monitor.health_check_chain'
1313
1414 openconext.monitor.health_check_chain :
1515 class : OpenConext\MonitorBundle\HealthCheck\HealthCheckChain
You can’t perform that action at this time.
0 commit comments