Merge pull request #53 from open-sausages/pulls/rename-table

Less conflicting TestPage table name
This commit is contained in:
Ingo Schommer 2018-09-24 15:19:11 +12:00 committed by GitHub
commit 1876c02597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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