mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 06:44:59 +00:00
Apply rector rules: add annotation for doctrine mapping
This commit is contained in:
@@ -105,8 +105,6 @@ class ExportController extends AbstractController
|
||||
* This action must work with GET queries.
|
||||
*
|
||||
* @param string $alias
|
||||
*
|
||||
*
|
||||
*/
|
||||
#[Route(path: '/{_locale}/exports/generate/{alias}', name: 'chill_main_export_generate', methods: ['GET'])]
|
||||
public function generateAction(Request $request, $alias): Response
|
||||
|
Reference in New Issue
Block a user