Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / linkchecker / drush.services.yml
diff --git a/web/modules/contrib/linkchecker/drush.services.yml b/web/modules/contrib/linkchecker/drush.services.yml
new file mode 100644 (file)
index 0000000..33705ca
--- /dev/null
@@ -0,0 +1,8 @@
+services:
+  linkcker.command:
+    class: Drupal\linkchecker\Commands\LinkcheckerCommands
+    arguments:
+      - '@config.factory'
+      - '@logger.channel.linkchecker'
+    tags:
+      - { name: drush.command }