append blank line @devansh-webkul

This commit is contained in:
Domko17 2021-11-03 16:19:30 +01:00
parent 164bcba185
commit b01942c2df
1 changed files with 1 additions and 0 deletions

View File

@ -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'));