Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / config / services / state.yml
diff --git a/vendor/drupal/console/config/services/state.yml b/vendor/drupal/console/config/services/state.yml
new file mode 100644 (file)
index 0000000..be85721
--- /dev/null
@@ -0,0 +1,11 @@
+services:
+  console.state_delete:
+    class: Drupal\Console\Command\State\DeleteCommand
+    arguments: ['@state', '@keyvalue']
+    tags:
+      - { name: drupal.command }
+  console.state_override:
+    class: Drupal\Console\Command\State\OverrideCommand
+    arguments: ['@state', '@keyvalue']
+    tags:
+      - { name: drupal.command }