reset contact email on duplicate
This commit is contained in:
parent
cd5d4cd3d1
commit
e521d635f0
@ -109,6 +109,7 @@ class Contact extends Model
|
|||||||
|
|
||||||
public function onCloning($src, $child = null)
|
public function onCloning($src, $child = null)
|
||||||
{
|
{
|
||||||
|
$this->email = null;
|
||||||
$this->user_id = null;
|
$this->user_id = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user