BUG Fix incorrect class

This commit is contained in:
Damian Mooyman 2015-02-07 12:52:45 +13:00
parent 9feee011cf
commit 2bacf5e6c8
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class Blog extends Page {
* @return GridFieldConfig
*/
public function getLumberjackGridFieldConfig() {
return GridFieldConfig_Blog::create();
return GridFieldConfig_BlogPost::create();
}
}