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
In the getAttribute method, method_exists is used to see if the given twig template variable has a given method available. This should be changed to use is_callable instead to add support for magic methods.
In the getAttribute method, method_exists is used to see if the given twig template variable has a given method available. This should be changed to use is_callable instead to add support for magic methods.