Skip to content

Commit

Permalink
Fix typo in SetupCommand (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Aug 29, 2023
1 parent e4efc33 commit e6d57d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Command/SetupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public function execute(Arguments $args, ConsoleIo $io)
],
['validate' => false])];

$g = $$coTable->Groups->find('adminGroup', ['co_id' => $co_id])->firstOrFail();
$g = $coTable->Groups->find('adminGroup', ['co_id' => $co_id])->firstOrFail();

$person->group_members = [
$coTable->People->GroupMembers->newEntity(
Expand Down

0 comments on commit e6d57d4

Please sign in to comment.