Reflexive relationship for File

3.1 latest complains otherwise
This commit is contained in:
Ingo Schommer 2013-10-24 15:02:15 +02:00
parent 1b1499a3f8
commit 7be2968a92
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<?php
class FrameworkTestFileExtension extends DataExtension {
static $has_one = array(
'Company' => 'Company'
'Company' => 'Company',
'BasicFieldsTestPage' => 'BasicFieldsTestPage'
);
}