From a25fd7713b0ddf0badd76e225edd881127d42a83 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 8 Apr 2019 21:06:15 +0000 Subject: [PATCH] Added Worker --- src/Worker/UpdateContact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/Worker/UpdateContact.php diff --git a/src/Worker/UpdateContact.php b/src/Worker/UpdateContact.php new file mode 100644 index 0000000000..fab97a927b --- /dev/null +++ b/src/Worker/UpdateContact.php @@ -0,0 +1,19 @@ + $contact_id, 'success' => $success]); + } +}