From 7ab18bce50b29de453b23501fb6b20f0f3d899b2 Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 13 Aug 2019 09:32:46 +0200 Subject: [PATCH] Removed old ImportCommand --- Classes/Command/ImportCommand.php | 12 ------------ Configuration/Commands.php | 3 --- 2 files changed, 15 deletions(-) delete mode 100644 Classes/Command/ImportCommand.php diff --git a/Classes/Command/ImportCommand.php b/Classes/Command/ImportCommand.php deleted file mode 100644 index 5908839..0000000 --- a/Classes/Command/ImportCommand.php +++ /dev/null @@ -1,12 +0,0 @@ - [ - 'class' => \Wrm\Events\Command\ImportCommand::class - ], 'events:destinationdataimport‚' => [ 'class' => \Wrm\Events\Command\DestinationDataImportCommand::class ]