From 61faa5184eb55f4e9ccf98b4d7670ba3d3eb5646 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 22 Aug 2018 07:31:56 +0100 Subject: [PATCH] Uppercase M --- source/_posts/2018-08-21-add-all-the-events-in-drupal-8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2018-08-21-add-all-the-events-in-drupal-8.md b/source/_posts/2018-08-21-add-all-the-events-in-drupal-8.md index 407712cf4..fc3e7ecbf 100644 --- a/source/_posts/2018-08-21-add-all-the-events-in-drupal-8.md +++ b/source/_posts/2018-08-21-add-all-the-events-in-drupal-8.md @@ -27,7 +27,7 @@ The additional events are provided by the [Hook Event Dispatcher module][0]. ```yaml services: - Drupal\opdavies_blog\EventSubscriber\PostTomedium: + Drupal\opdavies_blog\EventSubscriber\PostToMedium: autowire: true tags: - { name: event_subscriber }