Fix autowiring error

> Cannot autowire service "Drupal\simple_message\DisplaySimpleMessage":
argument "$messenger" of method "__construct()" references interface
"Drupal\Core\Messenger\MessengerInterface" but no such service exists.
You should maybe alias this interface to the existing "messenger"
service
This commit is contained in:
Oliver Davies 2020-09-02 12:54:48 +01:00
parent 17cabdc791
commit 536857c6f3

View file

@ -1,4 +1,7 @@
services:
Drupal\Core\Messenger\MessengerInterface:
alias: messenger
Drupal\simple_message\DisplaySimpleMessage:
autowire: true
tags: