Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / simple_sitemap / drush.services.yml
diff --git a/web/modules/contrib/simple_sitemap/drush.services.yml b/web/modules/contrib/simple_sitemap/drush.services.yml
new file mode 100644 (file)
index 0000000..d2c7a69
--- /dev/null
@@ -0,0 +1,7 @@
+services:
+  simple_sitemap.commands:
+    class: \Drupal\simple_sitemap\Commands\SimplesitemapCommands
+    arguments:
+      - '@simple_sitemap.generator'
+    tags:
+      - { name: drush.command }