VentureCraft / revisionable

Easily create a revision history for any laravel model
http://twitter.com/duellsy
MIT License
2.56k stars 348 forks source link

The package store revisions when I create a new model despite not enabling it #434

Open repzlaw opened 1 month ago

repzlaw commented 1 month ago

I am running laravel 8 and php 8.1. When i create a new user, revisions are still being stored. it happens even when i disabled this. Please how do I solve this?