@@ -95,7 +95,7 @@ |
||
| 95 | 95 | public function setData(array $data) |
| 96 | 96 | { |
| 97 | 97 | list($this->foreignKeys, $this->belongsToMany, $this->relationshipTypes, |
| 98 | - $this->reversedRelationships,$this->tableNames, $this->primaryKeys, |
|
| 98 | + $this->reversedRelationships, $this->tableNames, $this->primaryKeys, |
|
| 99 | 99 | $this->attributeTypes, $this->attributeLengths, $this->attributes) = $data; |
| 100 | 100 | } |
| 101 | 101 | |