owen-it / laravel-auditing

Record the change log from models in Laravel
https://laravel-auditing.com
MIT License
2.94k stars 382 forks source link

Fix DispatchAudit Serialization Problems #893

Closed erikn69 closed 1 month ago

erikn69 commented 6 months ago

~Testing SerializesModels~ SerializesModels was unnecessary Closes #892 Closes #891 Closes #890 Closes #895 Closes #885 I think this complicates things quite a bit.

cangelis commented 6 months ago

I think we should also have a test failing before the patch to ensure it really is fixed and never happening again.

erikn69 commented 6 months ago

@cangelis test added, but i don't use sanctum, was the __sleep() problem fixed?