Skip to content

Commit

Permalink
use exists variable to determine syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Apr 30, 2020
1 parent 2dc1ca2 commit 6c502c1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@ public static function fromRawAttributes(Model $parent, $attributes, $table, $ex

$instance->timestamps = $instance->hasTimestampAttributes($attributes);

$instance->setRawAttributes($attributes, true);
$instance->setRawAttributes($attributes, $exists);

return $instance;
}
Expand Down

0 comments on commit 6c502c1

Please sign in to comment.