incomeData = $incomeData; } /** * Execute the job. * * @return void */ public function handle() { Income::insert($this->incomeData); } }