StofDoctrineExtensionsBundle
StofDoctrineExtensionsBundle copied to clipboard
feat: Support timestampable and blameable for loggable
By setting this priorities for the timestampable and blameable listener, the loggable listener will be called after them and also receives the changes made by the timestampable and blameable listener.
CI is unrelated, just looks like some deprecation messages makes them fail. (IIRC the deprecation message makes PHPUnit return with exit_code != 0)
I came across this issue again and noticed that sluggable is also affected.
// EDIT: sorry for close and reopen, wrong button. 😄
Hello @stof
this is still an issue, I also noticed some other PR about make it configurable. (https://github.com/stof/StofDoctrineExtensionsBundle/pull/384) Can you please have a look on this?