This commit is contained in:
Julien Fastré 2022-02-28 14:27:31 +01:00
parent 08fa1edbee
commit 31ec6c70ef

View File

@ -1,5 +1,14 @@
<?php
/**
* Chill is a software for social workers
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Chill\MainBundle\Controller;
use Chill\MainBundle\CRUD\Controller\ApiController;
@ -12,5 +21,4 @@ class CivilityApiController extends ApiController
{
return $query->addOrderBy('e.order', 'ASC');
}
}