We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58cbda commit 46f2c00Copy full SHA for 46f2c00
run
@@ -5,7 +5,6 @@ require __DIR__.'/vendor/autoload_runtime.php';
5
6
use App\DiffRecipeVersionsCommand;
7
use App\GenerateFlexEndpointCommand;
8
-use App\GenerateFlexIndexCommand;
9
use App\LintManifestsCommand;
10
use App\LintPackagesCommand;
11
use App\LintPullRequestCommand;
@@ -18,7 +17,6 @@ return function() {
18
17
19
$app->add(new DiffRecipeVersionsCommand());
20
$app->add(new GenerateFlexEndpointCommand());
21
- $app->add(new GenerateFlexIndexCommand());
22
$app->add(new LintManifestsCommand());
23
$app->add(new LintPackagesCommand());
24
$app->add(new LintPullRequestCommand());
src/GenerateFlexIndexCommand.php
0 commit comments