brandonkelly
1 year ago
No known key found for this signature in database
GPG Key ID: 5E86D0CED64C7093
1 changed files with
0 additions and
2 deletions
-
src/elements/db/MatrixBlockQuery.php
|
|
@ -231,9 +231,7 @@ class MatrixBlockQuery extends ElementQuery |
|
|
|
* | Value | Fetches Matrix blocks… |
|
|
|
* | - | - |
|
|
|
* | `1` | created for an element with an ID of 1. |
|
|
|
* | `'not 1'` | not created for an element with an ID of 1. |
|
|
|
* | `[1, 2]` | created for an element with an ID of 1 or 2. |
|
|
|
* | `['not', 1, 2]` | not created for an element with an ID of 1 or 2. |
|
|
|
* |
|
|
|
* --- |
|
|
|
* |
|
|
|