mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
switch autowire to by_id by default
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autowire: by_id
|
||||
public: false
|
||||
|
||||
_instanceof:
|
||||
|
||||
Reference in New Issue
Block a user