From 53d3bf74e33a61cbe3b50ad46a056257e696fa48 Mon Sep 17 00:00:00 2001 From: Yarik Date: Thu, 8 Jun 2017 17:00:31 +0300 Subject: [PATCH] Customer email bug fix --- models/Customer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/Customer.php b/models/Customer.php index 58fa68f..8405b45 100755 --- a/models/Customer.php +++ b/models/Customer.php @@ -164,7 +164,7 @@ ], ], [ - [ 'email,' ], + [ 'email', ], 'required', 'except' => [ self::SCENARIO_SOCIAL, -- libgit2 0.21.4