diff --git a/api/app/Data/ItemsCollection.php b/api/app/Data/ItemsCollection.php index b9de3e9..9b88ab5 100644 --- a/api/app/Data/ItemsCollection.php +++ b/api/app/Data/ItemsCollection.php @@ -104,7 +104,7 @@ class ItemsCollection public function refreshAllCache(): void { $this->refreshItemsCache(); - //$this->refreshLocalesCache(); + $this->refreshLocalesCache(); } /**