mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
added organisation for multiformtest
This commit is contained in:
parent
76bcf565f3
commit
4af8796673
12
code/model/Organisation.php
Normal file
12
code/model/Organisation.php
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
class Organisation extends DataObject {
|
||||||
|
|
||||||
|
// Used to test the Multiform module
|
||||||
|
static $db = array(
|
||||||
|
'OrganisationName' => 'Text'
|
||||||
|
);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
Loading…
Reference in New Issue
Block a user