Skip to content

Commit 65a5e52

Browse files
authored
Typo fix (#20236)
1 parent 6abe5bf commit 65a5e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide-ru/db-active-record.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ $customer->loadDefaultValues();
537537
Можно также использовать условия для столбцов JSON:
538538

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

0 commit comments

Comments
 (0)