Skip to content

Commit

Permalink
3.1.23以降でシリアライズで扱うため条件を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
1000-x-t30 committed Nov 28, 2024
1 parent b832295 commit ef21a3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Models/Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ public function load($item)

foreach ($this->units as & $unit) {
$type = detectUnitTypeSpecifier($unit->getType());
if ($type === 'custom') {
$unit->setField6($unit->getField6());
}
$unit->setTempId(uniqueString());
}
}
Expand Down

0 comments on commit ef21a3c

Please sign in to comment.