- fix problem with informations about views
This commit is contained in:
parent
996b1b4faf
commit
e294dc07e0
@ -26,7 +26,7 @@ class ListCV extends Command
|
|||||||
$this->line('Company: '. $resource->recipient);
|
$this->line('Company: '. $resource->recipient);
|
||||||
$this->line('Phone: '. $resource->formattedPhoneNumber .', '. $resource->PhoneNumber);
|
$this->line('Phone: '. $resource->formattedPhoneNumber .', '. $resource->PhoneNumber);
|
||||||
$this->line('Locations: '. implode(' / ', $resource->locations));
|
$this->line('Locations: '. implode(' / ', $resource->locations));
|
||||||
$this->line('Rodo: '. $resource->rodo);
|
$this->line('Views: '. $resource->views);
|
||||||
$this->line('');
|
$this->line('');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user