Feature: [admin] list of users on csv format

This commit is contained in:
2023-05-20 00:03:25 +02:00
parent 1f4c51f3bc
commit 748e566c7e
6 changed files with 188 additions and 16 deletions

View File

@@ -37,3 +37,6 @@ services:
Chill\MainBundle\Controller\RegroupmentController:
autowire: true
autoconfigure: true
Chill\MainBundle\Controller\UserExportController:
tags: ['controller.service_arguments']