From 62f8001d6823678c8f8dd07069a8fd35cc11a0e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 25 Jan 2020 23:22:24 +0100 Subject: [PATCH] Fixed deprecation of controller loading from global directory. --- config/routes/annotations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes/annotations.yaml b/config/routes/annotations.yaml index afbafd1f..f47690e7 100644 --- a/config/routes/annotations.yaml +++ b/config/routes/annotations.yaml @@ -1,5 +1,5 @@ controllers: - resource: Controller/ + resource: ../../src/Controller/ type: annotation prefix: '{_locale}'