Skip to content

Commit

Permalink
release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Jun 13, 2022
1 parent af450d3 commit 406704a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Geolocation/Geolocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,12 @@ public function setLocationCookie(): void
return;
}

$a = \setcookie(
\setcookie(
self::GEOLOCATION_COOKIE,
$this->getLocationDetails(),
\time() + \DAY_IN_SECONDS,
'/'
);

var_dump($a);
}

/**
Expand Down

0 comments on commit 406704a

Please sign in to comment.