- fix problem with informations about views

This commit is contained in:
Kamil Niemczycki 2023-07-27 10:47:24 +02:00
parent 996b1b4faf
commit e294dc07e0
Signed by: kamilniemczycki
GPG Key ID: 04D4E2012F969213

View File

@ -26,7 +26,7 @@ class ListCV extends Command
$this->line('Company: '. $resource->recipient);
$this->line('Phone: '. $resource->formattedPhoneNumber .', '. $resource->PhoneNumber);
$this->line('Locations: '. implode(' / ', $resource->locations));
$this->line('Rodo: '. $resource->rodo);
$this->line('Views: '. $resource->views);
$this->line('');
}