@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Actuator\Controller; |
4 | 4 | |
5 | -use Silex\Application; |
|
6 | 5 | use Actuator\Health\Indicator\CompositeHealthIndicator; |
6 | +use Silex\Application; |
|
7 | 7 | use Symfony\Component\HttpFoundation\Request; |
8 | 8 | |
9 | 9 | class HealthController |