Completed
Push — master ( 288a8b...65c32c )
by Neomerx
03:40
created
src/Data/ModelSchemaInfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.