Release 2.2.1 (#4389)

* added missing functions to invoice security policy
This commit is contained in:
Kevin Papst
2023-11-01 01:16:17 +01:00
committed by GitHub
parent e06acc95c5
commit c840fee911
3 changed files with 13 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ use Symfony\Component\Form\AbstractType;
*/
final class ContractByUserForm extends AbstractType
{
public function getParent(): ?string
public function getParent(): string
{
return YearByUserForm::class;
}