mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merged revisions 50264 via svnmerge from
svn://svn.silverstripe.com/silverstripe/modules/sapphire/branches/2.2.0-mesq ........ r50264 | ischommer | 2008-02-27 15:18:28 +1300 (Wed, 27 Feb 2008) | 1 line added has_one static so we can define extraDBFields properly ........ git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@52411 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
ca199a64e4
commit
7d917574f8
@ -38,6 +38,8 @@ class Member extends DataObject {
|
|||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
static $has_one = array();
|
||||||
|
|
||||||
static $has_many = array(
|
static $has_many = array(
|
||||||
'UnsubscribedRecords' => 'Member_UnsubscribeRecord'
|
'UnsubscribedRecords' => 'Member_UnsubscribeRecord'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user