Security update to Drupal 8.4.6
[yaffs-website] / web / core / modules / block_content / block_content.services.yml
1 services:
2   block_content.uuid_lookup:
3     class: \Drupal\block_content\BlockContentUuidLookup
4     arguments: ['@cache.bootstrap', '@lock', '@entity_type.manager']
5     tags:
6       - { name: needs_destruction }