importJob = $importJob; $this->behaviour = $behaviour; } /** * Execute the job. * * @return void */ public function handle() { $this->importJob->process($this->behaviour); } }