Use type attribute instead of annotations

This commit is contained in:
2025-05-26 14:54:05 +02:00
parent d2bd17632f
commit ce98b9ae48
14 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
chill_main_controllers:
resource: '../Controller/'
type: annotation
type: attribute
chill_crud:
resource: "@ChillMainBundle"