get(); foreach ($homes as $home) { $this->call('app:downloadimage', [ 'id' => $home->id ]); } return 0; } }