Calling base class method from overloaded method in sub-class August 8, 2023 by Tarik Have you tried calling the base class’s “authorize” method with just “super” instead of “super.authorize“?