Update API Frame Model to new Primary Key. Fixes #663
parent
291dfe0f70
commit
1937814c82
|
@ -19,7 +19,7 @@ class Frame extends AppModel {
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
public $primaryKey = 'FrameId';
|
||||
public $primaryKey = 'Id';
|
||||
|
||||
/**
|
||||
* Validation rules
|
||||
|
|
Loading…
Reference in New Issue