@@ -396,7 +396,7 @@ |
||
| 396 | 396 | $model->afterSave(false, $changedAttributes); |
| 397 | 397 | // update models |
| 398 | 398 | foreach ($results as $id => $payload) { |
| 399 | - if ((int)$model->id === (int)$id) { |
|
| 399 | + if ((int) $model->id === (int) $id) { |
|
| 400 | 400 | $model->setAttributes($payload); |
| 401 | 401 | } |
| 402 | 402 | } |