diff --git a/src/Api.php b/src/Api.php index 5e9bf36..daad074 100644 --- a/src/Api.php +++ b/src/Api.php @@ -81,9 +81,9 @@ public function clearCache(): bool|self { if($this->cache->clear()) { return $this; - } else { - return false; } + + return false; } public function setTimezone(string $timezone): self