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

[8.x] Add createMany to Factory Class #34285

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