FIX: Update Object class to SS_Object

Updates usage of the Object class to SS_Object, allowing the SS3.7 version to function in PHP 7.
This commit is contained in:
Iliain 2024-03-08 09:39:29 +11:00 committed by GitHub
parent 840f664cd9
commit 9c408c5d50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ use SilverStripe\View\ArrayData;
*
* @package googlesitemaps
*/
class GoogleSitemap extends Object
class GoogleSitemap extends SS_Object
{
/**