Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / config / services / entity.yml
diff --git a/vendor/drupal/console/config/services/entity.yml b/vendor/drupal/console/config/services/entity.yml
new file mode 100644 (file)
index 0000000..58b0188
--- /dev/null
@@ -0,0 +1,6 @@
+services:
+  console.entity_delete:
+    class: Drupal\Console\Command\Entity\DeleteCommand
+    arguments: ['@entity_type.repository', '@entity_type.manager']
+    tags:
+      - { name: drupal.command }