Skip to content

Commit 46f2c00

Browse files
Remove generate:flex-index
1 parent e58cbda commit 46f2c00

File tree

2 files changed

+0
-86
lines changed

2 files changed

+0
-86
lines changed

run

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ require __DIR__.'/vendor/autoload_runtime.php';
55

66
use App\DiffRecipeVersionsCommand;
77
use App\GenerateFlexEndpointCommand;
8-
use App\GenerateFlexIndexCommand;
98
use App\LintManifestsCommand;
109
use App\LintPackagesCommand;
1110
use App\LintPullRequestCommand;
@@ -18,7 +17,6 @@ return function() {
1817

1918
$app->add(new DiffRecipeVersionsCommand());
2019
$app->add(new GenerateFlexEndpointCommand());
21-
$app->add(new GenerateFlexIndexCommand());
2220
$app->add(new LintManifestsCommand());
2321
$app->add(new LintPackagesCommand());
2422
$app->add(new LintPullRequestCommand());

src/GenerateFlexIndexCommand.php

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

0 commit comments

Comments
 (0)