Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrDev authored Jul 26, 2024
1 parent 6abe5bf commit 0c68ac6
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 0c68ac6

Please sign in to comment.