diff --git a/docs/en/reference/working-with-associations.rst b/docs/en/reference/working-with-associations.rst index f32ec4c4c..85ffaee3a 100644 --- a/docs/en/reference/working-with-associations.rst +++ b/docs/en/reference/working-with-associations.rst @@ -702,6 +702,7 @@ methods: * ``isNull($field)`` * ``in($field, array $values)`` * ``notIn($field, array $values)`` +* ``contains($field, $value)`` .. note::