mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
Less conflicting TestPage table name
See https://github.com/silverstripe/cwp-recipe-kitchen-sink/pull/14#issuecomment-423417352
This commit is contained in:
parent
87b77e5551
commit
41d323b683
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user