diff --git a/app/Console/Commands/ListCV.php b/app/Console/Commands/ListCV.php index 8d47db3..01d3314 100644 --- a/app/Console/Commands/ListCV.php +++ b/app/Console/Commands/ListCV.php @@ -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(''); }