Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block_content / block_content.services.yml
diff --git a/web/core/modules/block_content/block_content.services.yml b/web/core/modules/block_content/block_content.services.yml
new file mode 100644 (file)
index 0000000..9c6dceb
--- /dev/null
@@ -0,0 +1,6 @@
+services:
+  block_content.uuid_lookup:
+    class: \Drupal\block_content\BlockContentUuidLookup
+    arguments: ['@cache.bootstrap', '@lock', '@entity_type.manager']
+    tags:
+      - { name: needs_destruction }