diff --git a/Classes/Domain/Model/Receiver.php b/Classes/Domain/Model/Receiver.php index a57f478..f7408ed 100644 --- a/Classes/Domain/Model/Receiver.php +++ b/Classes/Domain/Model/Receiver.php @@ -40,7 +40,7 @@ class Receiver /** * @var string */ - protected $source = ''; + protected $source = 'TYPO3'; /** * @var array @@ -90,7 +90,7 @@ public function toArray(): array 'registered' => $this->registered, 'attributes' => $this->attributes, 'global_attributes' => $this->attributes, - 'source' => 'TYPO3', + 'source' => $this->source, ]; }