Clear id when cloning
parent
e1e7141ae9
commit
85671021c3
|
@ -178,5 +178,6 @@ abstract class BasePackage implements PackageInterface
|
|||
public function __clone()
|
||||
{
|
||||
$this->repository = null;
|
||||
$this->id = -1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue