Skip to content

Commit

Permalink
Update src/Command/Accounts/AddCollabToAcctCommand.php
Browse files Browse the repository at this point in the history
Co-authored-by: Gordon Forsythe <[email protected]>
  • Loading branch information
dsmith4-godaddy and gforsythe-godaddy authored Nov 6, 2024
1 parent 676f9a1 commit 25df591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Command/Accounts/AddCollabToAcctCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ class AddCollabToAcctCommand extends Command
*/
protected $api;

public function __construct(AuthApi $authApi, AccountsClient $apps, $name = 'account:collabs:add')
public function __construct(AuthApi $authApi, AccountsClient $accounts, $name = 'account:collabs:add')
{
$this->authClient = $authApi;
$this->api = $apps;
$this->api = $accounts;
parent::__construct($name);
}

Expand Down

0 comments on commit 25df591

Please sign in to comment.