Skip to content

Commit fd24cad

Browse files
committed
switch autowire to by_id by default
1 parent 8dbd2ae commit fd24cad

File tree

1 file changed

+1
-1
lines changed
  • symfony/framework-bundle/etc/packages

1 file changed

+1
-1
lines changed

symfony/framework-bundle/etc/packages/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
_defaults:
3-
autowire: true
3+
autowire: by_id
44
public: false
55

66
_instanceof:

0 commit comments

Comments
 (0)