Specify controller path as path relative to src/.

This fixes a deprecation introduced in symfony 4.4.
This commit is contained in:
Jan Böhmer 2019-11-23 17:15:14 +01:00
parent 33d6a25060
commit 9b09d88b7b

View file

@ -1,5 +1,5 @@
controllers:
resource: ../../src/Controller/
resource: Controller/
type: annotation
prefix: '{_locale}'