How to prevent logging based on the user's role? #1379
Replies: 1 comment
-
I just add t his on the trait public function shouldLogEvent(string $eventName): bool
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to prevent specific role not to log an event.. I tried this on my trait but not working
This is my whole code
Beta Was this translation helpful? Give feedback.
All reactions