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
I have some methods annotated for AOP logging. The pointcuts are correctly registered. The problem is that, if a method which has a registered pointcut is called by code executed in $invocation->proceed() in the interceptor (from another method having a registered pointcut), then it does not get intercepted.
The text was updated successfully, but these errors were encountered:
I have some methods annotated for AOP logging. The pointcuts are correctly registered. The problem is that, if a method which has a registered pointcut is called by code executed in $invocation->proceed() in the interceptor (from another method having a registered pointcut), then it does not get intercepted.
The text was updated successfully, but these errors were encountered: