Completed
Push — master ( e358da...25d877 )
by Neomerx
03:44
created
src/SchemaStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.