- append more informations from api

This commit is contained in:
2023-07-04 01:12:05 +02:00
parent ac90d45519
commit 99f0bafe93
8 changed files with 78 additions and 3 deletions

View File

@@ -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:');