@@ -131,7 +131,7 @@ |
||
131 | 131 | 'typeID' => null, |
132 | 132 | 'typeName' => '' |
133 | 133 | ]; |
134 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//transactions/row'); |
|
134 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//transactions/row'); |
|
135 | 135 | return $this; |
136 | 136 | } |
137 | 137 | } |
@@ -143,7 +143,7 @@ |
||
143 | 143 | 'teamID' => null, |
144 | 144 | 'timeInSeconds' => '1970-01-01 00:00:01' |
145 | 145 | ]; |
146 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//jobs/row'); |
|
146 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//jobs/row'); |
|
147 | 147 | return $this; |
148 | 148 | } |
149 | 149 | } |