From bc1ea161fb627c157c1311bc3bce5fa2108b51eb Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 7 Nov 2017 16:34:58 +0200 Subject: [PATCH] -Unique phone removed --- models/Customer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/Customer.php b/models/Customer.php index 065b594..d602459 100755 --- a/models/Customer.php +++ b/models/Customer.php @@ -92,7 +92,7 @@ ], [ [ - 'phone', +// 'phone', 'email', ], 'unique' -- libgit2 0.21.4