|
@@ -110,7 +110,7 @@ |
|
|
block discarded – undo |
|
110
|
110
|
public function setData(array $data): self |
|
111
|
111
|
{ |
|
112
|
112
|
list($this->foreignKeys, $this->belongsToMany, $this->relationshipTypes, |
|
113
|
|
- $this->reversedRelationships,$this->tableNames, $this->primaryKeys, |
|
|
113
|
+ $this->reversedRelationships, $this->tableNames, $this->primaryKeys, |
|
114
|
114
|
$this->attributeTypes, $this->attributeLengths, $this->attributes, $this->rawAttributes, |
|
115
|
115
|
$this->reversedClasses) = $data; |
|
116
|
116
|
|
Please login to merge, or discard this patch.