Skip to content

Commit 1834bd1

Browse files
committed
Add FilterOptions::CONFLICTS_WITH
1 parent ab2415d commit 1834bd1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/FilterOptions.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ final class FilterOptions
1818
* @var string
1919
*/
2020
const IS_REQUIRED = 'required';
21+
22+
/**
23+
* @var string
24+
*/
25+
const CONFLICTS_WITH = 'conflictsWith';
2126
}

0 commit comments

Comments
 (0)