invoice = $invoice; $this->data = $data; } /** * Execute the job. * * * @return void */ public function handle() { switch($this->data['action']) { //fire actions here } } }