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
The constructor for PagesType takes the current ProcessWire instance as additional first argument in PW3. Thus, the init method of UserGroupsHooks needs to be changed to $groups = new PagesType($this->wire, $template, $parent->id);