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
When Jackal calls a Module method, it pushes that Module onto to scope stack, but when Jackal first initializes a Module, thus calling __construct, it doesn't modify the scope, so it will be wrong during __construct.
When Jackal calls a Module method, it pushes that Module onto to scope stack, but when Jackal first initializes a Module, thus calling __construct, it doesn't modify the scope, so it will be wrong during __construct.