v1.10.1 updates
This commit is contained in:

committed by
Manish Verma

parent
190f6500c2
commit
eba2c987a2
@@ -2109,8 +2109,7 @@ class TicketController extends Controller
|
||||
]
|
||||
);
|
||||
$user = User::where('email', '=', $email)->first();
|
||||
$count = count($user);
|
||||
if ($count === 1) {
|
||||
if ($user) {
|
||||
return 0;
|
||||
} elseif ($validator->fails()) {
|
||||
return 2;
|
||||
|
Reference in New Issue
Block a user