From 17ae9b1b321bae05e4e01c8385e8847fba226ead Mon Sep 17 00:00:00 2001 From: Rafikooo Date: Thu, 19 Oct 2023 18:34:14 +0200 Subject: [PATCH] Add PHP Attributes support in controllers --- config/routes/annotations.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/routes/annotations.yaml diff --git a/config/routes/annotations.yaml b/config/routes/annotations.yaml new file mode 100644 index 0000000000..d49a502a84 --- /dev/null +++ b/config/routes/annotations.yaml @@ -0,0 +1,3 @@ +controllers: + resource: ../../src/Controller/ + type: annotation