mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Specify controller path as path relative to src/.
This fixes a deprecation introduced in symfony 4.4.
This commit is contained in:
parent
33d6a25060
commit
9b09d88b7b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
controllers:
|
controllers:
|
||||||
resource: ../../src/Controller/
|
resource: Controller/
|
||||||
type: annotation
|
type: annotation
|
||||||
|
|
||||||
prefix: '{_locale}'
|
prefix: '{_locale}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue