mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
MINOR Removed MultiFormSession::[Data] which is never used
This commit is contained in:
parent
a42bb6103b
commit
1ba27d9c7d
@ -13,7 +13,6 @@
|
||||
class MultiFormSession extends DataObject {
|
||||
|
||||
static $db = array(
|
||||
'Data' => 'Text', // stores serialized maps with all session information
|
||||
'Hash' => 'Varchar(40)', // cryptographic hash identification to this session
|
||||
'IsComplete' => 'Boolean' // flag to determine if this session is marked completed
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user