Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhansen committed Jun 21, 2024
1 parent 1859fea commit 5a84880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a84880

Please sign in to comment.