You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2019. It is now read-only.
Some properties should not be cloned and need to be new instances on cloned instances (e.g. an identifier or UUID attributes). Basically everything that's set in __construct() should be set again in __clone()
This may not directly apply to Document or DocumentType as in the field_path branch, but is necessary for entities like AggregateRoot instances.
The text was updated successfully, but these errors were encountered:
Some properties should not be cloned and need to be new instances on cloned instances (e.g. an identifier or UUID attributes). Basically everything that's set in
__construct()
should be set again in__clone()
This may not directly apply to
Document
orDocumentType
as in thefield_path
branch, but is necessary for entities likeAggregateRoot
instances.The text was updated successfully, but these errors were encountered: