-
Notifications
You must be signed in to change notification settings - Fork 349
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
Create revisions on updating a model #288
Comments
Any progress with this issue? |
Hitting the same issue. Any thoughts ? |
Same with me on 5.5 |
The package actually doesn't catch the Eloquent update events, so it doesn't know to create a revision during an update. You might be able to get around this by "overriding" the trait and including the events:
|
Any news on this issue? I have the same issue on Laravel 5.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
i think when a models is updated via the update() method a revision should be created for every item when i run e.g.
currently only a revision i created when i save one model.
The text was updated successfully, but these errors were encountered: