Browse Source

Fixed MatrixBlockQuery::ownerId() docs

Resolves #15197
[ci skip]
3.x
brandonkelly 1 year ago
parent
commit
976bd76b18
No known key found for this signature in database GPG Key ID: 5E86D0CED64C7093
  1. 2
      src/elements/db/MatrixBlockQuery.php

2
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.
*
* ---
*

Loading…
Cancel
Save