Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Update factories.rst#3770
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Update factories.rst#3770
Uh oh!
There was an error while loading.Please reload this page.
Conversation
your factory method should be static to work!
Indeed, the method needs to be static when setting the factoryclass and it can be non-static when setting a factoryservice |
No, it's not quite right yet, unfortunately. If you look at line 80:
So, we're using this one example to explain both
@AlaaAttya Can you make this change please? :) Thanks! |
@weaverryan done :) |
Awesome, thanks so much@AlaaAttya! |
your factory method should be static to work!