Silverstripe 3.6 just released which supports php7. Running this module with php7 throws this deprecation error:
[Deprecated] Methods with the same name as their class will not be constructors in a future version of PHP; BetterNavigator has a deprecated constructor
Changing the BetterNavigator method to getBetterNavigator fixes this issue and does not break anything in template files.
Want me to do a PR?
Silverstripe 3.6 just released which supports php7. Running this module with php7 throws this deprecation error:
Changing the BetterNavigator method to getBetterNavigator fixes this issue and does not break anything in template files. Want me to do a PR?