Skip to content

Commit 7c6d161

Browse files
Remove v2 command lifecycle backfill
1 parent 5723324 commit 7c6d161

9 files changed

Lines changed: 40 additions & 1742 deletions

src/Commands/V2BackfillCommandLifecyclesCommand.php

Lines changed: 0 additions & 245 deletions
This file was deleted.

src/Providers/WorkflowServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
use Workflow\Commands\ActivityMakeCommand;
1414
use Workflow\Commands\V1ListCommand;
1515
use Workflow\Commands\V2BackfillCommandContractsCommand;
16-
use Workflow\Commands\V2BackfillCommandLifecyclesCommand;
1716
use Workflow\Commands\V2BackfillFailureCategoriesCommand;
1817
use Workflow\Commands\V2BackfillFailureTypesCommand;
1918
use Workflow\Commands\V2BackfillParallelGroupMetadataCommand;
@@ -93,7 +92,6 @@ public function boot(): void
9392
WorkflowMakeCommand::class,
9493
V1ListCommand::class,
9594
V2BackfillCommandContractsCommand::class,
96-
V2BackfillCommandLifecyclesCommand::class,
9795
V2BackfillFailureCategoriesCommand::class,
9896
V2BackfillFailureTypesCommand::class,
9997
V2BackfillParallelGroupMetadataCommand::class,

0 commit comments

Comments
 (0)