Expected Behaviour
I'm auditing the Product model currently but I just want to audit the model when a specific user makes any change, is there any way I could achieve this?
Possible Solutions
It would be great if the Developer get the control to set the particular set of userID on Model as
protected $user_ids = [1,2,3]
;
- Framework | Laravel
- Framework version | 7.x
- Package Name | owen-it/laravel-auditing
- Package version | 11.0
- PHP version | 7.3