Skip to content

Commit

Permalink
[#882] Default role customer (#889)
Browse files Browse the repository at this point in the history
* [#882] Default role customer

* [#882] Updated comment
  • Loading branch information
bd-viget authored Apr 8, 2024
1 parent 52fc0ef commit b390740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client-mu-plugins/goodbids/src/classes/Users/Permissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ function ( array $roles ): array {
}

/**
* Set the default role for Nonprofits to Administrator.
* Set the default role for Nonprofits to Customer.
*
* @since 1.0.0
*
Expand All @@ -490,7 +490,7 @@ function ( string $role ): string {
return $role;
}

return 'administrator';
return 'customer';
}
);
}
Expand Down

0 comments on commit b390740

Please sign in to comment.