From 0a2b2872a472dcf6a42fb172ea892966072ea9d0 Mon Sep 17 00:00:00 2001 From: SPT-dev Date: Thu, 2 Mar 2023 20:51:52 -0500 Subject: [PATCH] uncomment refresh --- api/app/Data/ItemsCollection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } /**