diff --git a/core/core.services.yml b/core/core.services.yml index 48fa192..07f17b9 100644 --- a/core/core.services.yml +++ b/core/core.services.yml @@ -742,6 +742,6 @@ services: class: Drupal\Core\Asset\AssetDumper library.discovery: class: Drupal\Core\Asset\LibraryDiscovery - arguments: ['@cache.cache', '@module_handler'] + arguments: ['@cache.default', '@module_handler'] info_parser: class: Drupal\Core\Extension\InfoParser