-
Notifications
You must be signed in to change notification settings - Fork 53
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
Call to a member function loadInterceptors() on null #49
Comments
This exception throws if origin class have |
4n70w4
added a commit
to SymfonyRotEbal/JMSAopBundle
that referenced
this issue
Feb 14, 2019
4n70w4
added a commit
to SymfonyRotEbal/JMSAopBundle
that referenced
this issue
Feb 14, 2019
4n70w4
added a commit
to SymfonyRotEbal/JMSAopBundle
that referenced
this issue
Feb 14, 2019
schmittjoh#49 correct order for addMethodCall()
4n70w4
added a commit
to SymfonyRotEbal/JMSAopBundle
that referenced
this issue
Feb 14, 2019
4n70w4
added a commit
to SymfonyRotEbal/JMSAopBundle
that referenced
this issue
Feb 14, 2019
4n70w4
added a commit
to SymfonyRotEbal/JMSAopBundle
that referenced
this issue
Feb 14, 2019
…odCall Revert "schmittjoh#49 correct order for addMethodCall()"
4n70w4
added a commit
to SymfonyRotEbal/JMSAopBundle
that referenced
this issue
Feb 14, 2019
schmittjoh#49 correct order for addMethodCall()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Symfony 3.4
Example 1 from https://jmsyst.com/bundles/JMSAopBundle
Dont called method
__CGInterception__setLoader
of CG library enhanced proxy classand
$this->__CGInterception__loader
is null.$interceptors = $this->__CGInterception__loader->loadInterceptors($ref, $this, array($container));
The text was updated successfully, but these errors were encountered: