0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 04:30:45 -05:00

uncomment refresh

This commit is contained in:
SPT-dev 2023-03-02 20:51:52 -05:00
parent a13271717f
commit 0a2b2872a4

View File

@ -104,7 +104,7 @@ class ItemsCollection
public function refreshAllCache(): void public function refreshAllCache(): void
{ {
$this->refreshItemsCache(); $this->refreshItemsCache();
//$this->refreshLocalesCache(); $this->refreshLocalesCache();
} }
/** /**