Add UserId field to MontageLayouts

pull/3524/head
Isaac Connor 2022-07-12 17:30:54 -04:00
parent b298b46b5e
commit 64ed7370b6
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ class MontageLayout extends ZM_Object {
protected $defaults = array(
'Id' => null,
'Name' => '',
'UserId' => 0,
'Positions' => 0,
);