Skip to content

Commit

Permalink
fix: add operator-tc to UpdateUserSelfserve haystack
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Guimaraes <80750139+gabrielg2020@users.noreply.github.com>
  • Loading branch information
gabrielg2020 committed Oct 2, 2024
1 parent e5ee917 commit e5f0b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/User/UpdateUserSelfserve.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ final class UpdateUserSelfserve extends AbstractCommand

/**
* @Transfer\Filter("Laminas\Filter\StringTrim")
* @Transfer\Validator("Laminas\Validator\InArray", options={"haystack": {"admin", "user", "tm"}})
* @Transfer\Validator("Laminas\Validator\InArray", options={"haystack": {"admin", "user", "tm", "operator-tc"}})
*/
protected $permission;

Expand Down

0 comments on commit e5f0b28

Please sign in to comment.