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
Hi all,
It would be nice to have an API method to allow manual loading of Model's snapshot:
$robot = new Robot; $robot->save(); $robot->loadSnapshot();
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, @sergeyklay. What are your thoughts on this? Should ->save() automatically set updated snapshot?
Sorry, something went wrong.
I'll try to sort out as soon as posible
I made PR with fix for this, let me know what you think.
Fixed in the 3.1.x branch.
3.1.x
sergeyklay
No branches or pull requests
Hi all,
It would be nice to have an API method to allow manual loading of Model's snapshot:
Thanks!
The text was updated successfully, but these errors were encountered: