smsLog = $smsLog; // } // public function handle() // { // $response = sent_sms($this->smsLog?->receiver, $this->smsLog?->message); // if ($response) { // $this->smsLog->status = 1; // $this->smsLog->save(); // } // } }