Skip to content

Commit

Permalink
Fix ArgumentCountError in inviteUserByEmail()
Browse files Browse the repository at this point in the history
Closes #64
  • Loading branch information
pjcdawkins committed Nov 18, 2021
1 parent f707d97 commit 667c183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Model/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ public function inviteUserByEmail($email, $role, array $environments = [], $forc
$email,
$this,
$role,
$environments
$environments,
$permissions
);
}
throw $e;
Expand Down

0 comments on commit 667c183

Please sign in to comment.