Answers for "Update Status on click details"

0

Update Status on click details

if($message->status == 1) {
    $message->update(['status' => 0]);
}
Posted by: Guest on April-30-2021

Browse Popular Code Answers by Language