From 41d323b683f33182373a02f5c0f1fe0ae9bff115 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 24 Sep 2018 11:23:42 +1200 Subject: [PATCH] Less conflicting TestPage table name See https://github.com/silverstripe/cwp-recipe-kitchen-sink/pull/14#issuecomment-423417352 --- code/TestPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/TestPage.php b/code/TestPage.php index 9275657..62b1086 100644 --- a/code/TestPage.php +++ b/code/TestPage.php @@ -19,7 +19,7 @@ use SilverStripe\Security\Security; */ class TestPage extends Page { - private static $table_name = 'TestPage'; + private static $table_name = 'FrameworkTestPage'; /** * We can only create subclasses of TestPage