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

Add shortcut for filling all relations #12

Open
arogachev opened this issue Apr 5, 2016 · 0 comments
Open

Add shortcut for filling all relations #12

arogachev opened this issue Apr 5, 2016 · 0 comments
Assignees

Comments

@arogachev
Copy link
Owner

Also array will be good option too.

Currently can be done like this:

foreach ($model->getManyToManyRelations() as $relation) {
    $relation->fill();
}

Or add this info to the docs.

@arogachev arogachev self-assigned this Apr 5, 2016
@arogachev arogachev changed the title Add shortcut for flilling all relations Add shortcut for filling all relations Apr 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant