-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add replicating and pruning event handlers #149
Conversation
@marvindurot are there replicated and pruned events too? |
No, these events don't exist, which is why I didn't add them. |
@bennothommo Could you look at this? I'm not seeing anything obvious that would be causing the tests to fail |
@LukeTowers @marvindurot the issue is that Laravel's base model doesn't have a This means that in our model, when it boots the "nicer" events and hits "beforePrune", the call to We have three options:
|
This pull request will be closed and archived in 3 days, as there has been no activity in the last 60 days. |
@marvindurot do you have any thoughts on what @bennothommo said? |
This pull request will be closed and archived in 3 days, as there has been no activity in the last 60 days. |
This PR adds nice event handlers for
replicating
andpruning
Laravel events in the Storm database model.See: