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 aec942a commit 23a5cb8Copy full SHA for 23a5cb8
src/OpenApiPackage.php
@@ -24,8 +24,7 @@ class OpenApiPackage extends Package
24
/**
25
* {@inheritDoc}
26
*/
27
- protected array $commands =
28
- [
+ protected array $commands = [
29
'open-api:generate-spec' => GenerateSpec::class,
30
'open-api:generate-routes' => GenerateRoutes::class,
31
];
0 commit comments