This commit is contained in:
Adrian Hopek
2022-01-24 14:57:59 +01:00
parent 595bb707e4
commit ed2fc06caa
12 changed files with 150 additions and 19 deletions

View File

@@ -19,6 +19,6 @@ class YearPeriodExists implements Rule
public function message(): string
{
return "The year period for given year doesn't exist";
return "The year period for given year doesn't exist.";
}
}