Re-order services
This commit is contained in:
parent
9c3872bf78
commit
c936d36e13
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ services:
|
|||
Drupal\Core\Entity\EntityTypeManagerInterface:
|
||||
alias: entity_type.manager
|
||||
|
||||
Drupal\autowire_example\Service\UserCounter:
|
||||
autowire: true
|
||||
|
||||
Drupal\autowire_example\Controller\ExampleController:
|
||||
autowire: true
|
||||
|
||||
Drupal\autowire_example\Service\UserCounter:
|
||||
autowire: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue