Versanddienstleister Bugfix

This commit is contained in:
Andreas Palm 2022-10-30 23:02:42 +01:00
parent c5b6f01f9c
commit 1c7e84d8f2

View File

@ -8,7 +8,7 @@ abstract class Versanddienstleister {
protected ?int $documentPrinterId;
protected bool $shippingMail;
protected ?int $businessLetterTemplateId;
protected object $settings;
protected ?object $settings;
public function __construct(Application $app, ?int $id)
{