Closed axllent closed 6 years ago
This fixes the SS 3.7+ & PHP 7.2 compatibility, effectively renaming calls to Object:: to SS_Object:: and aliasing SS_Object to Object for backwards compatibility (older versions of SilverStripe) as described here.
Object::
SS_Object::
SS_Object
Object
thanks :)
This fixes the SS 3.7+ & PHP 7.2 compatibility, effectively renaming calls to
Object::
toSS_Object::
and aliasingSS_Object
toObject
for backwards compatibility (older versions of SilverStripe) as described here.