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

[6.x] Resolve Faker\Generator out of the container if it is bound #30992

Merged
merged 1 commit into from Jan 1, 2020
Merged

[6.x] Resolve Faker\Generator out of the container if it is bound #30992

merged 1 commit into from Jan 1, 2020

Commits on Jan 1, 2020

  1. Resolve Faker\Generator out of the container if it is bound

    If Faker\Generator is bound in the container then use that instance instead of creating a default version. This allows you to bind your own custom Faker\Generator and add custom faker providers which will be available when using WithFaker
    ejunker committed Jan 1, 2020
    Copy the full SHA
    c1a96b3 View commit details
    Browse the repository at this point in the history