From b6560b83bfb86bf69de0925de6e65877484d9713 Mon Sep 17 00:00:00 2001 From: 3Dgoo Date: Fri, 21 Aug 2015 10:31:55 +0930 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b49422..8c01f4a 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ class BlogPost extends DataObject { ```php $field = StringTagField::create( - 'Tags', 'Tags', array('one', 'two'), explode(',', this->Tags) + 'Tags', 'Tags', array('one', 'two'), explode(',', $this->Tags) ); $field->setShouldLazyLoad(true); // tags should be lazy loaded