payment = $payment; $this->company = $company; } /** * Execute the job. * * * @return void */ public function handle() { MultiDB::setDB($this->company->db); //notification for the payment. // //could mean a email, sms, slack, push } }