Skip to content

Commit 8339181

Browse files
authored
Merge pull request #13 from artonge/patch-1
Add handling for is-defined operator
2 parents 52c8cfc + 168c5f9 commit 8339181

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DAV/QueryParser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public function __construct() {
7676
'{DAV:}contains' => Operator::class,
7777
'{DAV:}not' => Operator::class,
7878
'{DAV:}is-collection' => Operator::class,
79+
'{DAV:}is-defined' => Operator::class,
7980
'{DAV:}limit' => Limit::class,
8081
];
8182
}

0 commit comments

Comments
 (0)