Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed May 29, 2021
1 parent 9f766ac commit 68691eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide-ru/db-active-record.md
Expand Up @@ -844,7 +844,7 @@ class Order extends ActiveRecord
указывается сразу после указания самого класса Active Record. Вы видите, что `customer_id` - это свойство класса
`Order`, а `id` - свойство класса `Customer`.

> Warning: Имя связи `relation` зарезервировано. Его использование приведёт к ошбике `ArgumentCountError`.
> Warning: Имя связи `relation` зарезервировано. Его использование приведёт к ошибке `ArgumentCountError`.
### Доступ к связным данным <span id="accessing-relational-data"></span>

Expand Down

0 comments on commit 68691eb

Please sign in to comment.