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

Fix php 8.3 deprecation warning #940

Merged
merged 2 commits into from
May 29, 2024
Merged

Fix php 8.3 deprecation warning #940

merged 2 commits into from
May 29, 2024

Conversation

erikn69
Copy link
Contributor

@erikn69 erikn69 commented May 28, 2024

Accessing static trait property OwenIt\Auditing\Audit::$auditingDisabled is deprecated,
it should only be accessed on a class using the trait

Closes #941

src/Models/Audit.php Outdated Show resolved Hide resolved
@erikn69 erikn69 merged commit 49001f7 into owen-it:master May 29, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessing static trait property OwenIt\Auditing\Audit::$auditingDisabled is deprecated
4 participants