mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix debug message
This commit is contained in:
parent
8e2d3616b5
commit
ff66aa5590
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user