It looks like this module was developed before Subsites was ready for SS4.
We can now test it against the 2.0.x-dev constraint to ensure it works.
At a quick glance it probably just needs namespaces imported and implemented for Subsite::class, and possibly some implementation of the SubsiteState service available via Injector rather than public static modification in the global state.
It looks like this module was developed before Subsites was ready for SS4.
We can now test it against the
2.0.x-dev
constraint to ensure it works.At a quick glance it probably just needs namespaces imported and implemented for
Subsite::class
, and possibly some implementation of the SubsiteState service available via Injector rather than public static modification in the global state.