@@ -208,7 +208,7 @@ |
||
| 208 | 208 | private function fillModel($model, $fillData) |
| 209 | 209 | { |
| 210 | 210 | if (is_array($model)) { |
| 211 | - list($className, $dataRoot, $idName) =$model; |
|
| 211 | + list($className, $dataRoot, $idName) = $model; |
|
| 212 | 212 | $object = new \ReflectionClass('StarCitizen\Models\Store'); |
| 213 | 213 | return $object->newInstance($fillData, $className, $dataRoot, $idName); |
| 214 | 214 | } else { |