Upgrade to 3.6.1
This commit is contained in:
@@ -115,7 +115,7 @@ trait Properties
|
||||
}
|
||||
|
||||
// fetch the default value from the property
|
||||
$value = $value ?? $this->$name ?? null;
|
||||
$value ??= $this->$name ?? null;
|
||||
|
||||
// store all original properties, to be able to clone them later
|
||||
$this->propertyData[$name] = $value;
|
||||
|
Reference in New Issue
Block a user