You are here

drush.services.yml in Search API Algolia 3.0.x

File

drush.services.yml
View source
  1. services:
  2. search_api_algolia.commands:
  3. class: Drupal\search_api_algolia\Commands\SearchApiAlgoliaCommands
  4. arguments:
  5. - '@logger.factory'
  6. - '@database'
  7. tags:
  8. - { name: drush.command }