diff --git a/src/Connection/FluentFMRepository.php b/src/Connection/FluentFMRepository.php index 32a4476..21a1229 100644 --- a/src/Connection/FluentFMRepository.php +++ b/src/Connection/FluentFMRepository.php @@ -371,7 +371,7 @@ public function get() $results = ($this->callback)(); } catch (\Exception $e) { if ($e->getCode() === 401 || $e->getCode() === 952) { - $this->getToken(); + $this->getToken(true); $results = ($this->callback)(); } elseif ($e instanceof RequestException && $response = $e->getResponse()) { Response::check($response, $this->queryString());