@@ -42,7 +42,7 @@ |
||
| 42 | 42 | { |
| 43 | 43 | /** @var ActiveRecord $class */ |
| 44 | 44 | $class = $this->modelClass; |
| 45 | - $class::create($this->attributes,$this->runValidation); |
|
| 45 | + $class::create($this->attributes, $this->runValidation); |
|
| 46 | 46 | } |
| 47 | 47 | |
| 48 | 48 | /** |