Skip to content

Commit

Permalink
feat: operator user type now avialable in RefData (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilindsay authored Dec 10, 2024
1 parent c1a3be4 commit 20803c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Common/src/Common/RefData.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ class RefData

public const USER_TYPE_TM = 'transport-manager';

public const USER_TYPE_OPERATOR = 'operator';

/**
* Operator CPID.
*/
Expand Down

0 comments on commit 20803c4

Please sign in to comment.