From 467784cb2a6bd31380761b26f067188137a23f55 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 17 Apr 2022 23:30:10 +0100 Subject: [PATCH] Define the number regex as a constant and use that instead --- api/v1/contacts/contact_model.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/api/v1/contacts/contact_model.php b/api/v1/contacts/contact_model.php index fb35f365..5d8e3da6 100644 --- a/api/v1/contacts/contact_model.php +++ b/api/v1/contacts/contact_model.php @@ -1,10 +1,12 @@