Guru-Digital-Archive / frontend-admin

A module for editing page content form the front end of your website using TinyMCE 4
BSD 2-Clause "Simplified" License
9 stars 7 forks source link

Calling SS_Object instead of Object #12

Open cuteUnicornCode opened 4 years ago

cuteUnicornCode commented 4 years ago

Support for SilverStripe 3.7

https://docs.silverstripe.org/en/3/changelogs/3.7.0/#for-project-code

_SilverStripe 3.7 now supports PHP 7.2, which is exciting, but PHP 7.2 introduces an object keyword. To use it, you can replace any uses of Object with SSObject in your own project code.