Skip to content

Commit

Permalink
New version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashu555 committed Sep 18, 2019
1 parent efe692e commit 6be6518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

'name' => env('APP_NAME', 'Laravel'),

'version' => 'v1.0.29',
'version' => 'v1.0.30',

/*
|--------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function postRegister(ProfileRequest $request, User $user, AccountActivat
$user->ip = $location['ip'];
$user->currency = $currency;
$referer = Referer::get(); // 'google.com'
$user->referrer = 'dfdffd';
$user->referrer = $referer;
$user->timezone_id = \App\Http\Controllers\Front\CartController::getTimezoneByName($location['timezone']);
$emailMobileSetting = StatusSetting::select('emailverification_status', 'msg91_status')->first();
if ($emailMobileSetting->emailverification_status == 0 && $emailMobileSetting->msg91_status ==1) {
Expand Down

0 comments on commit 6be6518

Please sign in to comment.