append blank line @devansh-webkul
This commit is contained in:
parent
164bcba185
commit
b01942c2df
|
|
@ -180,6 +180,7 @@ class RegistrationController extends Controller
|
|||
|
||||
if ($customer) {
|
||||
$customer->update(['is_verified' => 1, 'token' => 'NULL']);
|
||||
|
||||
Order::where('customer_email', $customer->email)->update(['customer_id' => $customer->id]);
|
||||
|
||||
session()->flash('success', trans('shop::app.customer.signup-form.verified'));
|
||||
|
|
|
|||
Loading…
Reference in New Issue