From d2741cc10a45ae36a8aae38ab9dbef2677b82295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 15 Apr 2024 15:48:25 +0200 Subject: [PATCH] Bootstrap loading of controllers and routes for ticket bundle --- config/routes/chill_ticket.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/routes/chill_ticket.yaml diff --git a/config/routes/chill_ticket.yaml b/config/routes/chill_ticket.yaml new file mode 100644 index 0000000..56c8cce --- /dev/null +++ b/config/routes/chill_ticket.yaml @@ -0,0 +1,3 @@ +chill_ticket_app: + resource: '@ChillTicketBundle/Controller/' + type: annotation