We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One can save a single object with event (which is not for factories)
event->Set(array); event->Set(single_obj);
But for factory there is no overloaded Set for a single value and one should use
this->Set(array); this->Insert(single_obj);
Makes a confusion
The text was updated successfully, but these errors were encountered:
Moving this discussion to #254
Sorry, something went wrong.
No branches or pull requests
One can save a single object with event (which is not for factories)
But for factory there is no overloaded Set for a single value and one should use
Makes a confusion
The text was updated successfully, but these errors were encountered: