Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / linkchecker / drush.services.yml
1 services:
2   linkcker.command:
3     class: Drupal\linkchecker\Commands\LinkCheckerCommands
4     arguments:
5       - '@config.factory'
6       - '@logger.channel.linkchecker'
7     tags:
8       - { name: drush.command }