Пример #1
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     $newCompanies = Company::fetchAllDataFromPrh(214000, 220000);
     $this->comment('Companies fetched from PRH open data');
 }