Skip to content

Commit 95f03c1

Browse files
committed
feat(policy): add resolution mode to policy definition contract
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 932c9a7 commit 95f03c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/Service/Policy/Contract/IPolicyDefinition.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
interface IPolicyDefinition {
1414
public function key(): string;
1515

16+
public function resolutionMode(): string;
17+
1618
public function getAppConfigKey(): string;
1719

1820
public function getUserPreferenceKey(): string;

0 commit comments

Comments
 (0)