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 6749520 commit 9a9c334Copy full SHA for 9a9c334
src/Console/ClientCreatorCommand.php
@@ -58,7 +58,7 @@ public function fire()
58
$clientSecret = $this->argument('clientSecret');
59
60
try {
61
- $this->clientRepo->create($clientId, $clientName, $clientSecret);
+ $this->clientRepo->create($clientName, $clientId, $clientSecret);
62
$this->info('Client created successfully');
63
$this->info('Client Name: '.$clientName);
64
$this->info('Client ID: '.$clientId);
0 commit comments