Skip to content
Snippets Groups Projects
Commit 60582ae9 authored by Roman Glushko's avatar Roman Glushko :violin:
Browse files

#15 Fixed typo

parent 537d95d6
No related branches found
No related tags found
2 merge requests!16#15 [Media Files] Add an extensibility point to FetchMediaFilesFromContent component,!19Merge current development to 1.2 version
......@@ -49,7 +49,7 @@ class ContentParser implements ConfigParserInterface
$this->contentResolverProvider = $contentResolverProvider;
$this->fetchAttributeValue = $fetchAttributeValue;
$this->arrayKey = $arrayKey;
$this->fetchMediaFilesFromContent = $fetchMediaFilesChain;
$this->fetchMediaFilesChain = $fetchMediaFilesChain;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment