Add entity_type.manager alias to services

This commit is contained in:
Oliver Davies 2019-01-09 23:39:35 +00:00
parent 899c896455
commit d5e210109d

View file

@ -1,4 +1,7 @@
services: services:
Drupal\Core\Entity\EntityTypeManagerInterface:
alias: entity_type.manager
Drupal\autowire_example\Service\UserCounter: Drupal\autowire_example\Service\UserCounter:
autowire: true autowire: true