diff --git a/autowire_example.services.yml b/autowire_example.services.yml index edab41d..5ab82c0 100644 --- a/autowire_example.services.yml +++ b/autowire_example.services.yml @@ -1,4 +1,7 @@ services: + Drupal\Core\Entity\EntityTypeManagerInterface: + alias: entity_type.manager + Drupal\autowire_example\Service\UserCounter: autowire: true