Lint
continuous-integration/drone/push Build is failing Details

This commit is contained in:
philipp lang 2026-06-19 23:47:33 +02:00
parent 552cd34b13
commit 766a1a8c2e
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class Invoice extends Model
public function toSearchableArray(): array public function toSearchableArray(): array
{ {
return [ return [
'to' => implode(', ', $this->to->toArray()), 'to' => implode(', ', $this->getRecipient()->toArray()),
'usage' => $this->usage, 'usage' => $this->usage,
'status' => $this->status->value, 'status' => $this->status->value,
]; ];