- Rename `opdavies_blog` to `blog`. - Rename `opdavies_blog_test` to `blog_test`. - Rename `opdavies_talks` to `talks`. - Rename `opdavies_talks_test` to `talks_test`. The files within the directories haven't changed, so there is no breaking change caused by renaming the directories. Please enter the commit message for your changes. Lines starting
12 lines
312 B
YAML
12 lines
312 B
YAML
services:
|
|
Drupal\opdavies_blog\EventSubscriber\PushBlogPostToSocialMedia:
|
|
autowire: true
|
|
tags:
|
|
- { name: event_subscriber }
|
|
|
|
Drupal\opdavies_blog\EventSubscriber\ReorderBlogTags:
|
|
tags:
|
|
- { name: event_subscriber }
|
|
|
|
Drupal\opdavies_blog\Repository\PostRepository:
|
|
autowire: true
|