Re-order services

This commit is contained in:
Oliver Davies 2019-01-09 23:44:43 +00:00
parent 9c3872bf78
commit c936d36e13

View file

@ -2,8 +2,8 @@ services:
Drupal\Core\Entity\EntityTypeManagerInterface: Drupal\Core\Entity\EntityTypeManagerInterface:
alias: entity_type.manager alias: entity_type.manager
Drupal\autowire_example\Service\UserCounter:
autowire: true
Drupal\autowire_example\Controller\ExampleController: Drupal\autowire_example\Controller\ExampleController:
autowire: true autowire: true
Drupal\autowire_example\Service\UserCounter:
autowire: true