Skip to content

Commit

Permalink
Updated class name path
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmasahil committed Jan 16, 2025
1 parent 1c3f4c7 commit d93f28a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
dataset_purge.commands:
class: Drupal\tide_data_pipelines\Commands\DatasetPurgeCommand
class: Drupal\tide_data_pipeline\Commands\DatasetPurgeCommand
arguments: ['@config.factory']
tags:
- { name: drush.command }
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Drupal\tide_data_pipelines\Commands;
namespace Drupal\tide_data_pipeline\Commands;

use Drupal\Core\Config\ConfigFactoryInterface;
use Drush\Commands\DrushCommands;
Expand Down

0 comments on commit d93f28a

Please sign in to comment.