diff --git a/docs/en/index.md b/docs/en/index.md index a85f953..de605fd 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -205,7 +205,7 @@ attach this behaviour to custom fields by calling a helper function from your ge :::php class Page extends SiteTree { - public static $db = array( + private static $db = array( 'AdditionalProperty' => 'Text', );