Skip to content

Conversation

JamesFreeman
Copy link
Contributor

This PR adds back in the ability to createMany on a factory

User::factory()->createMany([
    ['name' => 'Taylor Otwell'],
    ['name' => 'Jeffrey Way']
])

Before this PR, I am getting the following error:
Call to undefined method Database\Factories\ServiceFactory::createMany()

@taylorotwell taylorotwell merged commit b1e47e4 into laravel:8.x Sep 11, 2020
@JamesFreeman JamesFreeman deleted the feature/add_create_many_back_into_factories branch September 11, 2020 13:36
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