Skip to content

Commit

Permalink
Drush service file to register custom cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmasahil committed Nov 24, 2024
1 parent fef95c4 commit 6483928
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drush.services.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
services:
drush.command.tide_core:
class: Drupal\tide_core\Command\AuditLogCleanupCommand
arguments: ['@config.factory']
tags:
- { name: drush.command }

0 comments on commit 6483928

Please sign in to comment.