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.
2 parents 8b8570c + 514e2d5 commit 0376207Copy full SHA for 0376207
src/Console/ClientCommand.php
@@ -100,7 +100,8 @@ protected function createPasswordClient(ClientRepository $clients)
100
protected function createClientCredentialsClient(ClientRepository $clients)
101
{
102
$name = $this->option('name') ?: $this->ask(
103
- 'What should we name the client?'
+ 'What should we name the client?',
104
+ config('app.name').' ClientCredentials Grant Client'
105
);
106
107
$client = $clients->create(
0 commit comments