Skip to content

Commit cfe08e5

Browse files
authored
Fix typo in command registration for GenerateKeyPairCommand
The GenerateKeyPairCommand doesn't show up as a command in the console, because of this small typo.
1 parent 1ae55cc commit cfe08e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/services.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
abstract_arg('Public key'),
266266
abstract_arg('Private key passphrase'),
267267
])
268-
->tag('consome.command', ['command' => 'league:oauth2-server:generate-keypair'])
268+
->tag('console.command', ['command' => 'league:oauth2-server:generate-keypair'])
269269
->alias(GenerateKeyPairCommand::class, 'league.oauth2_server.command.generate_keypair')
270270

271271
// Utility services

0 commit comments

Comments
 (0)