Skip to content

Commit 1cad5a1

Browse files
committed
Change client creator command name to follow convention
1 parent 9a9c334 commit 1cad5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/ClientCreatorCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ClientCreatorCommand extends Command
2323
*
2424
* @var string
2525
*/
26-
protected $name = 'oauth2-server:client:create';
26+
protected $name = 'oauth2-server:create-client';
2727

2828
/**
2929
* The console command description.

0 commit comments

Comments
 (0)