fix debug message

This commit is contained in:
Julien Fastré 2022-01-24 15:14:45 +01:00
parent 8e2d3616b5
commit ff66aa5590

View File

@ -629,7 +629,7 @@ class AccompanyingPeriod implements
return [[self::STEP_DRAFT, self::STEP_CONFIRMED]];
}
throw new LogicException('no validation group permitted with this step');
throw new LogicException('no validation group permitted with this step: '.$this->getStep());
}
public function getId(): ?int