Skip to content

Commit

Permalink
Typo fix (#20236)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrDev committed Jul 26, 2024
1 parent 6abe5bf commit 65a5e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide-ru/db-active-record.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ $customer->loadDefaultValues();
Можно также использовать условия для столбцов JSON:

```php
$query->andWhere(['=', 'json', new ArrayExpression(['foo' => 'bar'])
$query->andWhere(['=', 'json', new ArrayExpression(['foo' => 'bar'])])
```
Дополнительные сведения о системе построения выражений см. [Query Builder – добавление пользовательских условий и выражений](db-query-builder.md#adding-custom-conditions-and-expressions)

Expand Down

0 comments on commit 65a5e52

Please sign in to comment.