fixed contact person duplicate issue
This commit is contained in:
parent
738fbd84fa
commit
86b9d69b98
|
|
@ -73,6 +73,11 @@ class Contact extends Model
|
|||
*/
|
||||
public $sortable = ['name', 'email', 'phone', 'enabled'];
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
public $cloneable_relations = ['contact_persons'];
|
||||
|
||||
/**
|
||||
* The "booted" method of the model.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue