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 8b8570c commit 514e2d5Copy full SHA for 514e2d5
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