You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update to laravel 7 (#13)
* Update composer.json
* Update .travis.yml
* Update composer.json
* import facade
* use getRawOriginal()
* make it clear what events are being caught by the default switch statment clause
* manually specify the deleted_at change as laravel changed the behaviour on soft deletes
* check if using soft deletes or not
* travis config
* replace travisci with github actions
* update badge
* revert to getOriginal()
* revert
* debug
* fix
* remove pull_request event from tests
* export ignore for .github folder
* exclude deleted type from original value
don't log force delete events (#6)
* ignore timestamp changes
* fire FORCE_DELETE event type when non soft deletes are occurring
* adding tests for force delete checks