diff --git a/backend/app/Http/Controllers/SettingController.php b/backend/app/Http/Controllers/SettingController.php index e9b1c82..ee737d8 100644 --- a/backend/app/Http/Controllers/SettingController.php +++ b/backend/app/Http/Controllers/SettingController.php @@ -30,7 +30,7 @@ public function export() { $items = json_encode($this->item->all()); - $file = date('Y-m-d---H-i') . '.json'; + $file = 'flox--' . date('Y-m-d---H-i') . '.json'; $this->storage->saveExport($file, $items);