Skip to content

Commit

Permalink
updated logging bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Manash Jyoti Sonowal committed May 30, 2017
1 parent bbfac5e commit c46874f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/SetDefaultUserCurrency.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class SetDefaultUserCurrency
public function handle($request, Closure $next)
{
$location = geoip()->getLocation();
Log::info($location);
Log::info($location->toArray());
$currency = $location->currency;

if ( is_null($currency) || $currency=='' ) {
Expand Down

0 comments on commit c46874f

Please sign in to comment.