Skip to content

Conversation

@axian11
Copy link

@axian11 axian11 commented Jun 30, 2017

No description provided.

*/
public function saveAll(Collection $collection)
{
$this->saveAll($collection);

Choose a reason for hiding this comment

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

This will create an infinite loop.

Did you mean $this->mapper->saveAll($collection)?

If so, you'll need to update the Mapper repository to support this first.

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