Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model Configuration Problem #205

Closed
xdrakosha opened this issue Mar 14, 2017 · 2 comments
Closed

Model Configuration Problem #205

xdrakosha opened this issue Mar 14, 2017 · 2 comments
Labels
bug Issue, error or unexpected behavior

Comments

@xdrakosha
Copy link

xdrakosha commented Mar 14, 2017

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

@quetzyg quetzyg added the bug Issue, error or unexpected behavior label Mar 14, 2017
@quetzyg
Copy link
Contributor

quetzyg commented Mar 14, 2017

Hi @xdrakosha,

I'm looking into the issue. Thanks for your feedback.

@xdrakosha
Copy link
Author

Ok . Tell me if you need some additional info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue, error or unexpected behavior
Projects
None yet
Development

No branches or pull requests

2 participants