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

[7.x] Remove Factory "types" #30867

Merged
merged 1 commit into from
Dec 18, 2019
Merged

[7.x] Remove Factory "types" #30867

merged 1 commit into from
Dec 18, 2019

Commits on Dec 17, 2019

  1. remove factory "types"

    - simplify the global helper `factory()`. since the signature is no longer dynamic, we can be a little more explicit in our parameters
    - remove `defineAs`, `createAs`, `makeAs`, and `rawOf` which were methods specific to factory "types"
    - update the `FactoryBuilder` to remove references to the "name". we do keep one reference to the name "default" because that is how the callbacks are registered.
    browner12 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    118c281 View commit details
    Browse the repository at this point in the history