From 5e62767370f8346c272da8904e255ee907fc00be Mon Sep 17 00:00:00 2001 From: Iain Date: Wed, 28 Feb 2024 23:54:46 +0100 Subject: [PATCH] Symfony 7 updates --- config/routes.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/routes.yaml b/config/routes.yaml index 5e9a75c..76cec0a 100644 --- a/config/routes.yaml +++ b/config/routes.yaml @@ -1,17 +1,17 @@ controllers: resource: ../src/Controller/ - type: annotation + type: attribute kernel: resource: ../src/Kernel.php - type: annotation + type: attribute parthenon_user_controllers: prefix: /api resource: ../vendor/parthenon/parthenon/src/User/Controller/ - type: annotation + type: attribute parthenon_payments_controllers: prefix: /api resource: ../vendor/parthenon/parthenon/src/Payments/Controller/ - type: annotation + type: attribute