Skip to content

Commit 63487e3

Browse files
committed
self
1 parent 324002d commit 63487e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class Query
181181
self::TYPE_REGEX,
182182
self::TYPE_EXISTS,
183183
self::TYPE_NOT_EXISTS,
184-
Query::TYPE_ELEM_MATCH,
184+
self::TYPE_ELEM_MATCH,
185185
];
186186

187187
protected string $method = '';

0 commit comments

Comments
 (0)