Oliver Davies
536857c6f3
> 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
9 lines
186 B
YAML
9 lines
186 B
YAML
services:
|
|
Drupal\Core\Messenger\MessengerInterface:
|
|
alias: messenger
|
|
|
|
Drupal\simple_message\DisplaySimpleMessage:
|
|
autowire: true
|
|
tags:
|
|
- { name: event_subscriber }
|