user = $user; $this->otp = $otp; $this->type = $type; } public function handle(): void { $this->user->notify(new SendOtpNotification($this->otp, $this->type)); } }