Skip to content

Commit 8ef1f90

Browse files
committed
fix typo in operators
1 parent 37faf15 commit 8ef1f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/Filters/Operators.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Operators
99
# ToDo: Make this a enum with PHP 8.1
1010
const EQUALS = 'equals';
1111
const DOES_NOT_EQUAL = 'does_not_equal';
12-
const CONTAINS = 'contain';
12+
const CONTAINS = 'contains';
1313
const DOES_NOT_CONTAIN = 'does_not_contain';
1414
const STARTS_WITH = 'starts_with';
1515
const ENDS_WITH = 'ends_with';

0 commit comments

Comments
 (0)