Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / config / services / queue.yml
diff --git a/vendor/drupal/console/config/services/queue.yml b/vendor/drupal/console/config/services/queue.yml
new file mode 100644 (file)
index 0000000..fc41033
--- /dev/null
@@ -0,0 +1,6 @@
+services:
+  console.queue_run:
+    class: Drupal\Console\Command\Queue\RunCommand
+    arguments: ['@plugin.manager.queue_worker', '@queue']
+    tags:
+      - { name: drupal.command }