From b8766edbeef1882abad7c769ec421c4826fdaadd Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Sun, 6 Nov 2016 16:28:05 +1300 Subject: [PATCH] More Silverstripe 4 compatibility --- tests/GoogleSitemapTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/GoogleSitemapTest.php b/tests/GoogleSitemapTest.php index 2abbe90..ac2d34d 100644 --- a/tests/GoogleSitemapTest.php +++ b/tests/GoogleSitemapTest.php @@ -405,7 +405,7 @@ class GoogleSitemapTest_OtherDataObject extends DataObject implements TestOnly class GoogleSitemapTest_UnviewableDataObject extends DataObject implements TestOnly { - public static $db = array( + private static $db = array( 'Priority' => 'Varchar(10)' );