fixed contact person duplicate issue

This commit is contained in:
Cihan Şentürk 2023-10-18 14:44:48 +03:00 committed by GitHub
parent 738fbd84fa
commit 86b9d69b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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.
*