Skip to content

Commit

Permalink
add const
Browse files Browse the repository at this point in the history
  • Loading branch information
pogromistik authored Jan 24, 2019
1 parent 745ac3f commit 2407497
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ class RetargetingListRuleOperatorEnum extends Enum
public const ANY = 'ANY';
public const NONE = 'NONE';
public const FOR_TARGETS_AND_ADJUSTMENTS = 'FOR_TARGETS_AND_ADJUSTMENTS';
}
public const FOR_TARGETS_ONLY = 'FOR_TARGETS_ONLY';
}

0 comments on commit 2407497

Please sign in to comment.