From 1dc4a5e74d0588f7caa26aefa16e9c3c16ee7f66 Mon Sep 17 00:00:00 2001 From: Mangiang Date: Tue, 12 Oct 2021 00:40:36 -0400 Subject: [PATCH] fix: Remove debug data file creation --- app/Data/ItemsCollection.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Data/ItemsCollection.php b/app/Data/ItemsCollection.php index 9e492ef..7aeab9c 100644 --- a/app/Data/ItemsCollection.php +++ b/app/Data/ItemsCollection.php @@ -48,7 +48,6 @@ class ItemsCollection $customization_locale= collect($current_locale_json['customization']); $this->locales = $this->locales->merge([$trimmed_current_locale_name => $template_locale->concat($customization_locale)]); } - file_put_contents("G:\spt-items-api\storage\data.json", $this->locales['en']); Cache::put($this->locales_cache_key, $this->locales); }