From 31ec6c70ef25685862bc18f8ce579ce85954502b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 28 Feb 2022 14:27:31 +0100 Subject: [PATCH] fix cs --- .../Controller/CivilityApiController.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Controller/CivilityApiController.php b/src/Bundle/ChillMainBundle/Controller/CivilityApiController.php index 24f30be8f..3db55ae0e 100644 --- a/src/Bundle/ChillMainBundle/Controller/CivilityApiController.php +++ b/src/Bundle/ChillMainBundle/Controller/CivilityApiController.php @@ -1,5 +1,14 @@ addOrderBy('e.order', 'ASC'); } - }