Less conflicting TestPage table name

See https://github.com/silverstripe/cwp-recipe-kitchen-sink/pull/14#issuecomment-423417352
This commit is contained in:
Ingo Schommer 2018-09-24 11:23:42 +12:00
parent 87b77e5551
commit 41d323b683

View File

@ -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