mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 11:05:48 +02:00
More Silverstripe 4 compatibility
This commit is contained in:
parent
9f845f5af7
commit
b8766edbee
@ -405,7 +405,7 @@ class GoogleSitemapTest_OtherDataObject extends DataObject implements TestOnly
|
|||||||
class GoogleSitemapTest_UnviewableDataObject extends DataObject implements TestOnly
|
class GoogleSitemapTest_UnviewableDataObject extends DataObject implements TestOnly
|
||||||
{
|
{
|
||||||
|
|
||||||
public static $db = array(
|
private static $db = array(
|
||||||
'Priority' => 'Varchar(10)'
|
'Priority' => 'Varchar(10)'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user