Add UserId field to MontageLayouts
parent
b298b46b5e
commit
64ed7370b6
|
@ -7,6 +7,7 @@ class MontageLayout extends ZM_Object {
|
|||
protected $defaults = array(
|
||||
'Id' => null,
|
||||
'Name' => '',
|
||||
'UserId' => 0,
|
||||
'Positions' => 0,
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue