faker = $faker; } /** * Execute the console command. * * @return int */ public function handle() { echo $this->faker->productName."\n"; return 0; } }