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
According to your documentation in order to exclude some fields from auditing I need to add this to my model:
protected $auditExclude = ['category_id'];
but this give me the error:
App\Post and OwenIt\Auditing\Auditable define the same property ($auditExclude) in the composition of App\Post. However, the definition differs and is considered incompatible. Class was composed
The text was updated successfully, but these errors were encountered:
According to your documentation in order to exclude some fields from auditing I need to add this to my model:
protected $auditExclude = ['category_id'];
but this give me the error:
The text was updated successfully, but these errors were encountered: