Skip to content

Commit

Permalink
Fix default value in FormatAssigner (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Jan 14, 2024
1 parent 718204d commit 0bb4614
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function assign($ia, $entity): string {
$ia->format_assigner->id,
$sequenced,
$ia->format_assigner->collision_mode,
$ia->format_assigner->minimum,
$ia->format_assigner->minimum ?? 0,
$ia->format_assigner->maximum
);

Expand Down

0 comments on commit 0bb4614

Please sign in to comment.