Fix usage of Versandarten by cronjobs

This commit is contained in:
Andreas Palm
2023-01-29 23:38:34 +01:00
parent b14265b49d
commit 88eb1757b2
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class Versandart_sendcloud extends Versanddienstleister
protected SendCloudApi $api;
protected array $options;
public function __construct(Application $app, ?int $id)
public function __construct(ApplicationCore $app, ?int $id)
{
parent::__construct($app, $id);
if (!isset($this->id))