Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update eloquent-relationships.md #178

Open
wants to merge 1 commit into
base: 11.x
Choose a base branch
from

Conversation

demn98
Copy link

@demn98 demn98 commented Oct 6, 2024

No description provided.

@@ -158,6 +158,53 @@ Eloquent определяет имя внешнего ключа, анализи

return $this->hasMany(Comment::class, 'foreign_key', 'local_key');

<a name="automatically-hydrating-parent-models-on-children"></a>
#### Автоматическое увлажнение родительских моделей на дочерних объектах
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Давай как то хорошо сформулируем, просто "увлажнение" через чур ))

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Меня тоже это как-то кольнуло в глаз.
Это все из разряда гидратации/дегидратации объектов.
Как вариант тогда: "Автоматическое гидратирование родительских моделей на дочерних объектах"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants