We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d41ab7 commit a2d3bb7Copy full SHA for a2d3bb7
src/BeforeValidException.php
@@ -5,5 +5,5 @@
5
class BeforeValidException extends \UnexpectedValueException
6
{
7
public const NBF_PRIOR_TO_DATE = 1;
8
- const IAT_PRIOR_TO_DATE = 2;
+ public const IAT_PRIOR_TO_DATE = 2;
9
}
0 commit comments