- append more informations from api
This commit is contained in:
@@ -27,6 +27,8 @@ class CVInfo extends Command
|
||||
$this->line('Phone: '. $cv->formattedPhoneNumber .', '. $cv->PhoneNumber);
|
||||
$this->line('Locations: '. implode(' / ', $cv->locations));
|
||||
$this->line('Views: '. $cv->views);
|
||||
$this->line('Mission: '. (is_null($mission = $cv->mission) ? 'domyślne' : $mission));
|
||||
$this->line('Rodo: '. (is_null($rodo = $cv->rodo) ? 'domyślne' : $rodo));
|
||||
$this->line('');
|
||||
|
||||
$this->line('Showed list:');
|
||||
|
Reference in New Issue
Block a user