From 9b09d88b7bf723b44c800af34c0c6c720d04382e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 23 Nov 2019 17:15:14 +0100 Subject: [PATCH] Specify controller path as path relative to src/. This fixes a deprecation introduced in symfony 4.4. --- 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 bb85917e..32584fa9 100644 --- a/config/routes/annotations.yaml +++ b/config/routes/annotations.yaml @@ -1,5 +1,5 @@ controllers: - resource: ../../src/Controller/ + resource: Controller/ type: annotation prefix: '{_locale}'