We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the behaviour you're experiencing. Do not just copy and paste a random error message and expect help.
"Cannot use OwenIt\Auditing\Contracts\Auditable as Auditable because the name is already in use"
None, its work Describe the behaviour you're expecting. On run the sysm, I receive this message:
Install the package and run the system
Separete the namespaces or another named the coflicting classes.
Has trait named Auditable on namespace root, on AuditableOberver use another classe with same name. Alias the classes/traits is a good idea.
The text was updated successfully, but these errors were encountered:
Now, is another class
Sorry, something went wrong.
This has been discussed in #354. You have to upgrade to PHP 7.0.13.
No branches or pull requests
Actual Behaviour
Describe the behaviour you're experiencing. Do not just copy and paste a random error message and expect help.
"Cannot use OwenIt\Auditing\Contracts\Auditable as Auditable because the name is already in use"
Expected Behaviour
None, its work
Describe the behaviour you're expecting.
On run the sysm, I receive this message:
"Cannot use OwenIt\Auditing\Contracts\Auditable as Auditable because the name is already in use"
Steps to Reproduce
Install the package and run the system
Possible Solutions
Separete the namespaces or another named the coflicting classes.
Has trait named Auditable on namespace root, on AuditableOberver use another classe with same name. Alias the classes/traits is a good idea.
The text was updated successfully, but these errors were encountered: