company = $company; $this->notification = $notification; } public function run() { $this->company->owner()->notify($this->notification); } }