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:
parent
17cabdc791
commit
536857c6f3
|
@ -1,4 +1,7 @@
|
|||
services:
|
||||
Drupal\Core\Messenger\MessengerInterface:
|
||||
alias: messenger
|
||||
|
||||
Drupal\simple_message\DisplaySimpleMessage:
|
||||
autowire: true
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue