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 d293f7b commit a016296Copy full SHA for a016296
src/Commands/GenerateServer.php
@@ -14,7 +14,7 @@ class GenerateServer extends Command
14
protected $signature = 'openapi:generate-server {--e|entities=}';
15
16
/** var @string */
17
- protected $description = 'Generate application files from openapi specification files [with policies]';
+ protected $description = 'Generate application files from openapi specification files';
18
19
private array $config = [];
20
0 commit comments