|
@@ -31,7 +31,7 @@ |
|
|
block discarded – undo |
|
31
|
31
|
public function handle(ClientRepository $client) |
|
32
|
32
|
{ |
|
33
|
33
|
$this->call('passport:keys', ['--force' => $this->option('force'), '--length' => $this->option('length')]); |
|
34
|
|
- if( ! \Core::oauthCLients()->first(['password_client' => 1])->count()) { |
|
|
34
|
+ if ( ! \Core::oauthCLients()->first(['password_client' => 1])->count()) { |
|
35
|
35
|
|
|
36
|
36
|
$client = $client->createPasswordGrantClient( |
|
37
|
37
|
null, config('app.name'), 'http://localhost' |
Please login to merge, or discard this patch.