Skip to content

Commit

Permalink
Allow creating users with null Access Keys
Browse files Browse the repository at this point in the history
  • Loading branch information
noahheck committed Jan 14, 2021
1 parent 0169c28 commit 7fa21cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/User/Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct(
bool $active,
bool $administrator,
bool $system_administrator,
array $accessKeys = []
array $accessKeys = null
)
{
$this->name = $name;
Expand Down

0 comments on commit 7fa21cf

Please sign in to comment.