mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 09:06:02 +00:00
Reflexive relationship for File
3.1 latest complains otherwise
This commit is contained in:
parent
1b1499a3f8
commit
7be2968a92
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
class FrameworkTestFileExtension extends DataExtension {
|
||||
static $has_one = array(
|
||||
'Company' => 'Company'
|
||||
'Company' => 'Company',
|
||||
'BasicFieldsTestPage' => 'BasicFieldsTestPage'
|
||||
);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user