Fix config names
This commit is contained in:
parent
2617e29dec
commit
061b1177f5
3 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ final class PushBlogPostToSocialMedia implements EventSubscriberInterface {
|
|||
Client $client
|
||||
) {
|
||||
$this->client = $client;
|
||||
$this->config = $configFactory->get('opdavies_talks.config');
|
||||
$this->config = $configFactory->get('opdavies_blog.settings');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue