Skip to content

Commit

Permalink
Add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored Jun 25, 2024
1 parent 4ae177d commit 5f19de3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Concerns/UsesMultitenancyCaching.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ protected function createTenantCache(): void
cache()
->store($cacheStore)
->rememberForever($cacheKey, fn () => $this->getTenantCollection());

return;
}

cache()
Expand Down

0 comments on commit 5f19de3

Please sign in to comment.