Skip to content

Commit

Permalink
US0 should do something
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonhasacat committed Jun 4, 2024
1 parent 4292b86 commit 6167fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Helpers/ACLFlags.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct($user = null)
$this->isVATUSAStaff = true;
}
foreach ($user->roles()->get() as $role) {
if (in_array($role->role, ['US1', 'US2', 'US3', 'US4', 'US5', 'US6', 'US7', 'US8', 'US9'])) {
if (in_array($role->role, ['US0', 'US1', 'US2', 'US3', 'US4', 'US5', 'US6', 'US7', 'US8', 'US9'])) {
$this->isVATUSAStaff = true;
} else if ($role->role == 'USWT') {
$this->isVATUSAWebTeam = true;
Expand Down

0 comments on commit 6167fb0

Please sign in to comment.